| /base/telephony/core_service/frameworks/js/sim/include/ |
| D | napi_sim.h | 38 AsyncContext<bool> asyncContext; member 43 AsyncContext<napi_value> asyncContext; member 52 AsyncContext<napi_value> asyncContext; member 62 AsyncContext<napi_value> asyncContext; member 75 AsyncContext<T> asyncContext; member 81 AsyncContext<bool> asyncContext; member 87 AsyncContext<int32_t> asyncContext; member 92 AsyncContext<int32_t> asyncContext; member 96 AsyncContext<int32_t> asyncContext; member 100 AsyncContext<int32_t> asyncContext; member [all …]
|
| /base/account/os_account/interfaces/kits/napi/osaccount/src/ |
| D | napi_os_account_common.cpp | 51 auto asyncContext = std::make_shared<CreateOAForDomainAsyncContext>(); in OnResult() local 74 …bool ParseOneParaContext(napi_env env, napi_callback_info cbInfo, CommonAsyncContext *asyncContext) in ParseOneParaContext() 113 …arseParaDeactivateOA(napi_env env, napi_callback_info cbInfo, ActivateOAAsyncContext *asyncContext) in ParseParaDeactivateOA() 136 ActivateOAAsyncContext *asyncContext = reinterpret_cast<ActivateOAAsyncContext *>(data); in DeactivateOAExecuteCB() local 142 ActivateOAAsyncContext *asyncContext = reinterpret_cast<ActivateOAAsyncContext *>(data); in DeactivateOACompletedCB() local 154 …seParaQueryOAByIdCB(napi_env env, napi_callback_info cbInfo, QueryOAByIdAsyncContext *asyncContext) in ParseParaQueryOAByIdCB() 161 QueryOAByIdAsyncContext *asyncContext = reinterpret_cast<QueryOAByIdAsyncContext *>(data); in QueryOAByIdExecuteCB() local 169 QueryOAByIdAsyncContext *asyncContext = reinterpret_cast<QueryOAByIdAsyncContext *>(data); in QueryOAByIdCallbackCompletedCB() local 321 …ol ParseParaRemoveOACB(napi_env env, napi_callback_info cbInfo, RemoveOAAsyncContext *asyncContext) in ParseParaRemoveOACB() 328 RemoveOAAsyncContext *asyncContext = reinterpret_cast<RemoveOAAsyncContext *>(data); in RemoveOAExecuteCB() local [all …]
|
| /base/telephony/call_manager/frameworks/js/napi/src/ |
| D | napi_call_manager.cpp | 970 auto asyncContext = (std::make_unique<DialAsyncContext>()); in Dial() local 1023 auto asyncContext = std::make_unique<AsyncContext>(); in MakeCall() local 1044 auto asyncContext = (std::make_unique<DialAsyncContext>()); in DialCall() local 1147 auto asyncContext = std::make_unique<RejectAsyncContext>(); in RejectCall() local 1159 void NapiCallManager::HandleRejectCall(napi_env env, RejectAsyncContext &asyncContext, in HandleRejectCall() 1210 auto asyncContext = std::make_unique<AsyncContext>(); in HangUpCall() local 1245 auto asyncContext = std::make_unique<AsyncContext>(); in HoldCall() local 1266 auto asyncContext = std::make_unique<AsyncContext>(); in UnHoldCall() local 1288 auto asyncContext = std::make_unique<AsyncContext>(); in SwitchCall() local 1311 auto asyncContext = std::make_unique<AsyncContext>(); in CombineConference() local [all …]
|
| /base/security/dlp_permission_service/interfaces/kits/dlp_permission/napi/src/ |
| D | napi_dlp_permission.cpp | 88 auto* asyncContext = new (std::nothrow) GenerateDlpFileAsyncContext(env); in GenerateDlpFile() local 120 auto asyncContext = reinterpret_cast<GenerateDlpFileAsyncContext*>(data); in GenerateDlpFileExcute() local 153 auto asyncContext = reinterpret_cast<GenerateDlpFileAsyncContext*>(data); in GenerateDlpFileComplete() local 184 auto* asyncContext = new (std::nothrow) DlpFileAsyncContext(env); in OpenDlpFile() local 216 auto asyncContext = reinterpret_cast<DlpFileAsyncContext*>(data); in OpenDlpFileExcute() local 266 auto asyncContext = reinterpret_cast<DlpFileAsyncContext*>(data); in OpenDlpFileComplete() local 308 auto* asyncContext = new (std::nothrow) DlpFileAsyncContext(env); in IsDlpFile() local 340 auto asyncContext = reinterpret_cast<DlpFileAsyncContext*>(data); in IsDlpFileExcute() local 352 auto asyncContext = reinterpret_cast<DlpFileAsyncContext*>(data); in IsDlpFileComplete() local 375 auto* asyncContext = new (std::nothrow) DlpLinkFileAsyncContext(env); in AddDlpLinkFile() local [all …]
|
| /base/account/os_account/interfaces/kits/napi/appaccount/src/ |
| D | napi_app_account.cpp | 166 auto asyncContext = std::make_unique<AppAccountAsyncContext>(env); in AddAccount() local 180 AppAccountAsyncContext *asyncContext = reinterpret_cast<AppAccountAsyncContext *>(data); in AddAccount() local 184 AppAccountAsyncContext *asyncContext = reinterpret_cast<AppAccountAsyncContext *>(data); in AddAccount() local 267 auto asyncContext = std::make_unique<OAuthAsyncContext>(env); in AddAccountImplicitly() local 280 OAuthAsyncContext *asyncContext = reinterpret_cast<OAuthAsyncContext *>(data); in AddAccountImplicitly() local 286 OAuthAsyncContext *asyncContext = reinterpret_cast<OAuthAsyncContext *>(data); in AddAccountImplicitly() local 311 auto asyncContext = std::make_unique<AppAccountAsyncContext>(env, isThrowable); in RemoveAccountInternal() local 325 AppAccountAsyncContext *asyncContext = reinterpret_cast<AppAccountAsyncContext *>(data); in RemoveAccountInternal() local 331 AppAccountAsyncContext *asyncContext = reinterpret_cast<AppAccountAsyncContext *>(data); in RemoveAccountInternal() local 346 auto asyncContext = std::make_unique<AppAccountAsyncContext>(env); in DisableAppAccess() local [all …]
|
| /base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
| D | napi_hiappevent_write.cpp | 52 void Write(const napi_env env, HiAppEventAsyncContext* asyncContext) in Write() 57 HiAppEventAsyncContext* asyncContext = (HiAppEventAsyncContext*)data; in Write() local 63 HiAppEventAsyncContext* asyncContext = (HiAppEventAsyncContext*)data; in Write() local 98 void SetEventParam(const napi_env env, HiAppEventAsyncContext* asyncContext) in SetEventParam() 103 HiAppEventAsyncContext* asyncContext = (HiAppEventAsyncContext*)data; in SetEventParam() local 111 HiAppEventAsyncContext* asyncContext = (HiAppEventAsyncContext*)data; in SetEventParam() local
|
| D | napi_hiappevent_config.cpp | 46 int SetEventConfigSync(HiAppEventConfigAsyncContext* asyncContext) in SetEventConfigSync() 98 void SetEventConfig(const napi_env env, HiAppEventConfigAsyncContext* asyncContext) in SetEventConfig() 103 HiAppEventConfigAsyncContext* asyncContext = (HiAppEventConfigAsyncContext*)data; in SetEventConfig() local 108 HiAppEventConfigAsyncContext* asyncContext = (HiAppEventConfigAsyncContext*)data; in SetEventConfig() local
|
| /base/telephony/core_service/frameworks/js/esim/include/ |
| D | napi_esim.h | 54 AsyncContext<int32_t> asyncContext; member 59 AsyncContext<int32_t> asyncContext; member 63 AsyncContext<napi_value> asyncContext; member 68 AsyncContext<napi_value> asyncContext; member 73 AsyncContext<int32_t> asyncContext; member 99 AsyncContext<napi_value> asyncContext; member 107 AsyncContext<napi_value> asyncContext; member 114 AsyncContext<int32_t> asyncContext; member 120 AsyncContext<int32_t> asyncContext; member 126 AsyncContext<napi_value> asyncContext; member [all …]
|
| /base/security/access_token/frameworks/js/napi/accesstoken/src/ |
| D | napi_request_global_switch_on_setting.cpp | 84 static Ace::UIContent* GetUIContent(std::shared_ptr<RequestGlobalSwitchAsyncContext> asyncContext) in GetUIContent() 99 …onst napi_env &env, const napi_value &value, std::shared_ptr<RequestGlobalSwitchAsyncContext>& asy… in GetContext() 143 std::shared_ptr<RequestGlobalSwitchAsyncContext> asyncContext = retCB->data; in GlobalSwitchResultsCallbackUI() local 168 static void CloseModalUIExtensionMainThread(std::shared_ptr<RequestGlobalSwitchAsyncContext>& async… in CloseModalUIExtensionMainThread() 292 static void CreateUIExtensionMainThread(std::shared_ptr<RequestGlobalSwitchAsyncContext>& asyncCont… in CreateUIExtensionMainThread() 328 …c int32_t CreateUIExtension(const Want &want, std::shared_ptr<RequestGlobalSwitchAsyncContext> asy… in CreateUIExtension() 359 static int32_t StartUIExtension(std::shared_ptr<RequestGlobalSwitchAsyncContext> asyncContext) in StartUIExtension() 372 static void GetInstanceId(std::shared_ptr<RequestGlobalSwitchAsyncContext>& asyncContext) in GetInstanceId() 395 std::shared_ptr<RequestGlobalSwitchAsyncContext>& asyncContext) in AddCallbackByInstanceId() 431 for (auto& asyncContext : iter->second) { in UpdateQueueData() local [all …]
|
| D | napi_request_permission.cpp | 88 static Ace::UIContent* GetUIContent(std::shared_ptr<RequestAsyncContext> asyncContext) in GetUIContent() 102 static void GetInstanceId(std::shared_ptr<RequestAsyncContext>& asyncContext) in GetInstanceId() 128 static void CreateUIExtensionMainThread(std::shared_ptr<RequestAsyncContext>& asyncContext, const A… in CreateUIExtensionMainThread() 170 static void CloseModalUIExtensionMainThread(std::shared_ptr<RequestAsyncContext>& asyncContext, int… in CloseModalUIExtensionMainThread() 195 … const napi_env &env, const napi_value &value, std::shared_ptr<RequestAsyncContext>& asyncContext) in GetContext() 350 std::shared_ptr<RequestAsyncContext> asyncContext = data_; in GrantResultsCallback() local 361 std::shared_ptr<RequestAsyncContext> asyncContext = data_; in WindowShownCallback() local 376 static void CreateServiceExtension(std::shared_ptr<RequestAsyncContext> asyncContext) in CreateServiceExtension() 420 bool NapiRequestPermission::IsDynamicRequest(std::shared_ptr<RequestAsyncContext>& asyncContext) in IsDynamicRequest() 560 static void CreateUIExtension(std::shared_ptr<RequestAsyncContext> asyncContext) in CreateUIExtension() [all …]
|
| D | napi_request_permission_on_setting.cpp | 94 static Ace::UIContent* GetUIContent(std::shared_ptr<RequestPermOnSettingAsyncContext> asyncContext) in GetUIContent() 109 …onst napi_env &env, const napi_value &value, std::shared_ptr<RequestPermOnSettingAsyncContext>& as… in GetContext() 166 std::shared_ptr<RequestPermOnSettingAsyncContext> asyncContext = retCB->data; in PermissionResultsCallbackUI() local 197 static void CloseModalUIExtensionMainThread(std::shared_ptr<RequestPermOnSettingAsyncContext>& asyn… in CloseModalUIExtensionMainThread() 317 static void CreateUIExtensionMainThread(std::shared_ptr<RequestPermOnSettingAsyncContext>& asyncCon… in CreateUIExtensionMainThread() 353 … int32_t CreateUIExtension(const Want &want, std::shared_ptr<RequestPermOnSettingAsyncContext> asy… in CreateUIExtension() 384 static int32_t StartUIExtension(std::shared_ptr<RequestPermOnSettingAsyncContext> asyncContext) in StartUIExtension() 396 static void GetInstanceId(std::shared_ptr<RequestPermOnSettingAsyncContext>& asyncContext) in GetInstanceId() 419 std::shared_ptr<RequestPermOnSettingAsyncContext>& asyncContext) in AddCallbackByInstanceId() 480 for (auto& asyncContext : iter->second) { in UpdateQueueData() local [all …]
|
| D | napi_atmanager.cpp | 328 AtManagerAsyncContext& asyncContext) in ParseInputVerifyPermissionOrGetFlag() 403 AtManagerAsyncContext* asyncContext = reinterpret_cast<AtManagerAsyncContext*>(data); in VerifyAccessTokenExecute() local 422 AtManagerAsyncContext* asyncContext = reinterpret_cast<AtManagerAsyncContext*>(data); in VerifyAccessTokenComplete() local 441 auto* asyncContext = new (std::nothrow) AtManagerAsyncContext(env); in VerifyAccessToken() local 474 AtManagerAsyncContext* asyncContext = reinterpret_cast<AtManagerAsyncContext*>(data); in CheckAccessTokenExecute() local 507 AtManagerAsyncContext* asyncContext = reinterpret_cast<AtManagerAsyncContext*>(data); in CheckAccessTokenComplete() local 522 auto* asyncContext = new (std::nothrow) AtManagerAsyncContext(env); in CheckAccessToken() local 653 AtManagerAsyncContext& asyncContext) in ParseInputGrantOrRevokePermission() 709 AtManagerAsyncContext* asyncContext = reinterpret_cast<AtManagerAsyncContext*>(data); in GrantUserGrantedPermissionExecute() local 767 auto* asyncContext = new (std::nothrow) AtManagerAsyncContext(env); in GetVersion() local [all …]
|
| /base/account/os_account/interfaces/kits/napi/distributedaccount/src/ |
| D | napi_distributed_account.cpp | 80 napi_env env, napi_callback_info cbInfo, DistributedAccountAsyncContext *asyncContext) in ParseQueryOhosAccountInfoAsyncContext() 96 … bool GetAccountInfo(napi_env env, napi_value object, DistributedAccountAsyncContext *asyncContext) in GetAccountInfo() 145 …bool ParseInfoAndEvent(napi_env env, napi_value argv, DistributedAccountAsyncContext *asyncContext) in ParseInfoAndEvent() 168 napi_env env, napi_callback_info cbInfo, DistributedAccountAsyncContext *asyncContext) in ParseUpdateOhosAccountInfoAsyncContext() 191 … napi_env env, const DistributedAccountAsyncContext *asyncContext, napi_value err, napi_value data) in ProcessCallbackOrPromise() 208 void ProcessSetNamedProperty(napi_env env, const DistributedAccountAsyncContext *asyncContext) in ProcessSetNamedProperty() 313 …DistributedAccountAsyncContext *asyncContext = reinterpret_cast<DistributedAccountAsyncContext *>(… in QueryOhosAccountInfoExecuteCB() local 334 …DistributedAccountAsyncContext *asyncContext = reinterpret_cast<DistributedAccountAsyncContext *>(… in QueryOhosAccountInfoCompletedCB() local 342 auto *asyncContext = new (std::nothrow) DistributedAccountAsyncContext(env); in QueryOhosAccountInfo() local 407 …DistributedAccountAsyncContext *asyncContext = reinterpret_cast<DistributedAccountAsyncContext *>(… in UpdateOhosAccountInfoCompletedCB() local [all …]
|
| /base/telephony/cellular_data/frameworks/js/napi/src/ |
| D | napi_cellular_data.cpp | 139 auto asyncContext = static_cast<AsyncContext *>(data); in NativeGetCellularDataState() local 159 std::unique_ptr<AsyncContext> asyncContext(context); in GetCellularDataStateCallback() local 182 auto asyncContext = std::make_unique<AsyncContext>(); in GetCellularDataState() local 198 auto asyncContext = static_cast<AsyncContext *>(data); in NativeIsCellularDataEnabled() local 222 std::unique_ptr<AsyncContext> asyncContext(context); in IsCellularDataEnabledCallback() local 248 auto asyncContext = std::make_unique<AsyncContext>(); in IsCellularDataEnabled() local 282 auto asyncContext = static_cast<AsyncContext *>(data); in NativeEnableCellularData() local 308 std::unique_ptr<AsyncContext> asyncContext(context); in EnableCellularDataCallback() local 328 std::unique_ptr<AsyncContext> asyncContext(context); in DisableCellularDataCallback() local 348 std::unique_ptr<AsyncContext> asyncContext(context); in EnableCellularDataRoamingCallback() local [all …]
|
| /base/security/access_token/frameworks/js/napi/privacy/src/ |
| D | permission_record_manager_napi.cpp | 137 RecordManagerAsyncContext& asyncContext) in ParseAddPermissionFifthParam() 172 const napi_env env, const napi_callback_info info, RecordManagerAsyncContext& asyncContext) in ParseAddPermissionRecord() 222 const napi_env& env, const napi_callback_info& info, RecordManagerAsyncContext& asyncContext) in ParsePermissionUsedRecordToggleStatus() 247 RecordManagerAsyncContext& asyncContext) in ParseStartAndStopThirdParam() 275 const napi_env env, const napi_callback_info info, RecordManagerAsyncContext& asyncContext) in ParseStartAndStopUsingPermission() 511 const napi_env env, const napi_callback_info info, RecordManagerAsyncContext& asyncContext) in ParseGetPermissionUsedRecords() 548 RecordManagerAsyncContext* asyncContext = reinterpret_cast<RecordManagerAsyncContext*>(data); in AddPermissionUsedRecordExecute() local 565 RecordManagerAsyncContext* asyncContext = reinterpret_cast<RecordManagerAsyncContext*>(data); in AddPermissionUsedRecordComplete() local 584 auto* asyncContext = new (std::nothrow) RecordManagerAsyncContext(env); in AddPermissionUsedRecord() local 620 RecordManagerAsyncContext* asyncContext = reinterpret_cast<RecordManagerAsyncContext*>(data); in SetPermissionUsedRecordToggleStatusExecute() local [all …]
|
| /base/account/os_account/interfaces/kits/napi/domain_account/src/ |
| D | napi_domain_server_manager.cpp | 87 … AddServerConfigAsyncContext *asyncContext = reinterpret_cast<AddServerConfigAsyncContext *>(data); in AddServerConfigExecuteCB() local 112 … AddServerConfigAsyncContext *asyncContext = reinterpret_cast<AddServerConfigAsyncContext *>(data); in AddServerConfigCompletedCB() local 169 …RemoveServerConfigAsyncContext *asyncContext = reinterpret_cast<RemoveServerConfigAsyncContext *>(… in RemoveServerConfigExecuteCB() local 179 …RemoveServerConfigAsyncContext *asyncContext = reinterpret_cast<RemoveServerConfigAsyncContext *>(… in RemoveServerConfigCompletedCB() local 234 …GetAccountServerConfigAsyncContext *asyncContext = reinterpret_cast<GetAccountServerConfigAsyncCon… in GetAccountServerConfigExecuteCB() local 246 …GetAccountServerConfigAsyncContext *asyncContext = reinterpret_cast<GetAccountServerConfigAsyncCon… in GetAccountServerConfigCompletedCB() local 312 …UpdateServerConfigAsyncContext *asyncContext = reinterpret_cast<UpdateServerConfigAsyncContext *>(… in UpdateServerConfigExecuteCB() local 324 …UpdateServerConfigAsyncContext *asyncContext = reinterpret_cast<UpdateServerConfigAsyncContext *>(… in UpdateServerConfigCompletedCB() local 381 … GetServerConfigAsyncContext *asyncContext = reinterpret_cast<GetServerConfigAsyncContext *>(data); in GetServerConfigExecuteCB() local 392 … GetServerConfigAsyncContext *asyncContext = reinterpret_cast<GetServerConfigAsyncContext *>(data); in GetServerConfigCompletedCB() local [all …]
|
| /base/security/certificate_manager/interfaces/kits/napi/src/dialog/ |
| D | cm_napi_open_uninstall_dialog.cpp | 39 static napi_value CMInitAsyncContext(std::shared_ptr<CmUIExtensionRequestContext> asyncContext, in CMInitAsyncContext() 68 static OHOS::AAFwk::Want CMGetUninstallCertWant(std::shared_ptr<CmUIExtensionRequestContext> asyncC… in CMGetUninstallCertWant() 108 auto asyncContext = std::make_shared<CmUIExtensionRequestContext>(env); in CMNapiOpenUninstallCertDialog() local
|
| D | cm_napi_open_install_dialog.cpp | 44 static napi_value CMCheckArgvAndInitContext(std::shared_ptr<CmUIExtensionRequestContext> asyncConte… in CMCheckArgvAndInitContext() 86 static OHOS::AAFwk::Want CMGetInstallCertWant(std::shared_ptr<CmUIExtensionRequestContext> asyncCon… in CMGetInstallCertWant() 122 auto asyncContext = std::make_shared<CmUIExtensionRequestContext>(env); in CMNapiOpenInstallCertDialog() local
|
| D | cm_napi_open_detail_dialog.cpp | 46 static int32_t CheckDetailParamsAndInitContext(std::shared_ptr<CmUIExtensionRequestContext> asyncCo… in CheckDetailParamsAndInitContext() 73 static OHOS::AAFwk::Want CMGetCertDetailWant(std::shared_ptr<CmUIExtensionRequestContext> asyncCont… in CMGetCertDetailWant() 103 auto asyncContext = std::make_shared<CmUIExtensionRequestContext>(env); in CMNapiOpenDetailDialog() local
|
| D | cm_napi_open_authorize_dialog.cpp | 24 static OHOS::AAFwk::Want CMGetAuthCertWant(std::shared_ptr<CmUIExtensionRequestContext> asyncContex… in CMGetAuthCertWant() 52 auto asyncContext = std::make_shared<CmUIExtensionRequestContext>(env); in CMNapiOpenAuthorizeDialog() local
|
| /base/time/time_service/framework/js/napi/system_time/src/ |
| D | js_systemtime.cpp | 44 void FreeWorkIfFail(napi_status status, napi_env env, AsyncContext *asyncContext) in FreeWorkIfFail() 89 AsyncContext *asyncContext = (AsyncContext *)data; in JSSystemTimeSetTime() local 99 AsyncContext *asyncContext = (AsyncContext *)data; in JSSystemTimeSetTime() local 140 AsyncContext *asyncContext = (AsyncContext *)data; in JSSystemTimeSetTimeZone() local 150 AsyncContext *asyncContext = (AsyncContext *)data; in JSSystemTimeSetTimeZone() local 192 AsyncContext *asyncContext = (AsyncContext *)data; in JSSystemTimeGetCurrentTime() local 200 AsyncContext *asyncContext = (AsyncContext *)data; in JSSystemTimeGetCurrentTime() local 245 AsyncContext *asyncContext = (AsyncContext *)data; in JSSystemTimeGetRealActiveTime() local 253 AsyncContext *asyncContext = (AsyncContext *)data; in JSSystemTimeGetRealActiveTime() local 298 AsyncContext *asyncContext = (AsyncContext *)data; in JSSystemTimeGetRealTime() local [all …]
|
| /base/telephony/state_registry/frameworks/js/napi/src/ |
| D | napi_state_registry.cpp | 77 ObserverContext *asyncContext = static_cast<ObserverContext *>(data); in NativeOn() local 110 ObserverContext *asyncContext = static_cast<ObserverContext *>(data); in OnCallback() local 133 std::unique_ptr<ObserverContext> asyncContext = std::make_unique<ObserverContext>(); in On() local 187 ObserverContext *asyncContext = static_cast<ObserverContext *>(data); in NativeOff() local 208 ObserverContext *asyncContext = static_cast<ObserverContext *>(data); in OffCallback() local 239 std::unique_ptr<ObserverContext> asyncContext = std::make_unique<ObserverContext>(); in Off() local
|
| /base/startup/init/interfaces/kits/jskits/src/ |
| D | native_parameters_js.cpp | 40 static void SetCallbackWork(napi_env env, StorageAsyncContextPtr asyncContext) in SetCallbackWork() 47 StorageAsyncContext *asyncContext = reinterpret_cast<StorageAsyncContext *>(data); in SetCallbackWork() local 53 StorageAsyncContext *asyncContext = reinterpret_cast<StorageAsyncContext *>(data); in SetCallbackWork() local 94 StorageAsyncContextPtr asyncContext = new StorageAsyncContext(); in Set() local 217 static void GetCallbackWork(napi_env env, StorageAsyncContextPtr asyncContext) in GetCallbackWork() 224 StorageAsyncContext *asyncContext = reinterpret_cast<StorageAsyncContext *>(data); in GetCallbackWork() local 231 StorageAsyncContext *asyncContext = reinterpret_cast<StorageAsyncContext *>(data); in GetCallbackWork() local 273 StorageAsyncContextPtr asyncContext = new StorageAsyncContext(); in Get() local
|
| /base/security/access_token/frameworks/ets/ani/accesstoken/src/ |
| D | ani_request_permission.cpp | 70 static void CreateServiceExtension(std::shared_ptr<RequestAsyncContext> asyncContext) in CreateServiceExtension() 111 void RequestAsyncContext::StartExtensionAbility(std::shared_ptr<RequestAsyncContextBase> asyncConte… in StartExtensionAbility() 281 static void RequestPermissionsFromUserProcess(std::shared_ptr<RequestAsyncContext>& asyncContext) in RequestPermissionsFromUserProcess() 323 ani_object callback, std::shared_ptr<RequestAsyncContext>& asyncContext) in ParseParameter() 351 …std::shared_ptr<RequestAsyncContext> asyncContext = std::make_shared<RequestAsyncContext>(vm, env); in RequestPermissionsFromUserExecute() local 392 std::shared_ptr<RequestAsyncContext> asyncContext = data_; in GrantResultsCallback() local 403 std::shared_ptr<RequestAsyncContext> asyncContext = data_; in WindowShownCallback() local
|
| /base/telephony/core_service/frameworks/js/network_search/src/ |
| D | napi_radio.cpp | 136 auto asyncContext = static_cast<RadioTechContext *>(data); in NativeGetRadioTech() local 158 auto asyncContext = static_cast<RadioTechContext *>(data); in GetRadioTechCallback() local 203 auto asyncContext = std::make_unique<RadioTechContext>(); in GetRadioTech() local 256 auto asyncContext = static_cast<SignalInfoListContext *>(data); in NativeGetSignalInfoList() local 272 auto asyncContext = static_cast<SignalInfoListContext *>(data); in GetSignalInfoListCallback() local 337 auto asyncContext = std::make_unique<SignalInfoListContext>(); in GetSignalInfoList() local 412 auto asyncContext = static_cast<GetStateContext *>(data); in NativeGetNetworkState() local 449 auto asyncContext = static_cast<GetStateContext *>(data); in GetNetworkStateCallback() local 587 auto asyncContext = std::make_unique<GetStateContext>(); in GetNetworkState() local 612 auto asyncContext = static_cast<GetSelectModeContext *>(data); in NativeGetNetworkSelectionMode() local [all …]
|