Searched refs:nanoapp (Results 1 – 5 of 5) sorted by relevance
50 * The list of Android permissions held by the sending nanoapp at the time54 * of the permissions that the sending nanoapp is using.63 * The list of Android permissions used by this nanoapp. This list MUST67 * For example, if a nanoapp used location-based signals, the permissions
119 for (const std::unique_ptr<fbs::NanoappListEntryT> &nanoapp : response.nanoapps) { in handleNanoappListResponse() local120 if (nanoapp->app_id == kDropDetectAppId) { in handleNanoappListResponse()121 if (!nanoapp->enabled) in handleNanoappListResponse()
70 * Loading a nanoapp must not take more than 30 seconds.101 * Unloading a nanoapp must not take more than 5 seconds.122 * Enabling a nanoapp must not take more than 5 seconds.143 * Disabling a nanoapp must not take more than 5 seconds.
45 // Implementation-specific binary nanoapp data. This does not include the46 // common nanoapp header that contains the app ID, etc., as this data is
56 * This method must be called when a nanoapp invokes chreAbort(...)).