Home
last modified time | relevance | path

Searched defs:token (Results 1176 - 1200 of 1221) sorted by relevance

1...<<414243444546474849

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.cpp52 ProcessContinueToken(const DeviceID &deviceID, const std::vector<DataItem> &dataItems, int &errCode, SQLiteSingleVerContinueToken *&token) ProcessContinueToken() argument
78 ProcessContinueToken(const std::vector<DataItem> &dataItems, int &errCode, SQLiteSingleVerContinueToken *&token) ProcessContinueToken() argument
87 ProcessContinueTokenForQuerySync(const std::vector<DataItem> &dataItems, int &errCode, SQLiteSingleVerContinueToken *&token) ProcessContinueTokenForQuerySync() argument
661 auto token = new (std::nothrow) SQLiteSingleVerContinueToken(begin, end); GetSyncData() local
703 auto token = new (std::nothrow) SQLiteSingleVerContinueToken(timeRange, query); GetSyncData() local
795 auto token = static_cast<SQLiteSingleVerContinueToken *>(continueStmtToken); GetSyncDataNext() local
823 auto token = static_cast<SQLiteSingleVerContinueToken *>(continueStmtToken); GetSyncDataNext() local
905 auto token = static_cast<SQLiteSingleVerContinueToken *>(continueStmtToken); ReleaseContinueToken() local
[all...]
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H A Dnative_devicemanager_js.cpp499 void DmNapiAuthenticateCallback::OnAuthResult(const std::string &deviceId, const std::string &token, int32_t status, in OnAuthResult() argument
630 void DeviceManagerNapi::OnAuthResult(const std::string &deviceId, const std::string &token, int32_t status, in OnAuthResult() argument
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_manager.cpp616 GenerateUserKeyByType(unsigned int user, KeyType type, const std::vector<uint8_t> &token, const std::vector<uint8_t> &secret) GenerateUserKeyByType() argument
933 ActiveUserKey(unsigned int user, const std::vector<uint8_t> &token, const std::vector<uint8_t> &secret) UpdateCeEceSeceUserAuth() argument
1092 ActiveCeSceSeceUserKey(unsigned int user, KeyType type, const std::vector<uint8_t> &token, const std::vector<uint8_t> &secret) UpdateCeEceSeceUserAuth() argument
1213 ActiveUeceUserKey(unsigned int user, const std::vector<uint8_t> &token, const std::vector<uint8_t> &secret, std::shared_ptr<BaseKey> elKey) UpdateCeEceSeceUserAuth() argument
1237 ActiveElXUserKey(unsigned int user, const std::vector<uint8_t> &token, KeyType keyType, const std::vector<uint8_t> &secret, std::shared_ptr<BaseKey> elKey) UpdateCeEceSeceUserAuth() argument
1273 UnlockUserScreen(uint32_t user, const std::vector<uint8_t> &token, const std::vector<uint8_t> &secret) UpdateCeEceSeceUserAuth() argument
1308 UnlockEceSece(uint32_t user, const std::vector<uint8_t> &token, const std::vector<uint8_t> &secret, int &ret) UpdateCeEceSeceUserAuth() argument
1335 UnlockUece(uint32_t user, const std::vector<uint8_t> &token, const std::vector<uint8_t> &secret, int &ret) UpdateCeEceSeceUserAuth() argument
1416 CreateRecoverKey(uint32_t userId, uint32_t userType, const std::vector<uint8_t> &token, const std::vector<uint8_t> &secret) UpdateCeEceSeceUserAuth() argument
1867 CheckUserPinProtect(unsigned int userId, const std::vector<uint8_t> &token, const std::vector<uint8_t> &secret) UpdateCeEceSeceUserAuth() argument
1880 TryToFixUserCeEceSeceKey(unsigned int userId, KeyType keyType, const std::vector<uint8_t> &token, const std::vector<uint8_t> &secret) UpdateCeEceSeceUserAuth() argument
1915 TryToFixUeceKey(unsigned int userId, const std::vector<uint8_t> &token, const std::vector<uint8_t> &secret) UpdateCeEceSeceUserAuth() argument
[all...]
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_proxy.cpp640 WSError SceneSessionManagerProxy::SetSessionLabel(const sptr<IRemoteObject>& token, cons argument
33 CreateAndConnectSpecificSession(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel, const std::shared_ptr<RSSurfaceNode>& surfaceNode, sptr<WindowSessionProperty> property, int32_t& persistentId, sptr<ISession>& session, SystemSessionConfig& systemConfig, sptr<IRemoteObject> token) CreateAndConnectSpecificSession() argument
98 RecoverAndConnectSpecificSession(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel, const std::shared_ptr<RSSurfaceNode>& surfaceNode, sptr<WindowSessionProperty> property, sptr<ISession>& session, sptr<IRemoteObject> token) RecoverAndConnectSpecificSession() argument
155 RecoverAndReconnectSceneSession(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel, const std::shared_ptr<RSSurfaceNode>& surfaceNode, sptr<ISession>& session, sptr<WindowSessionProperty> property, sptr<IRemoteObject> token) RecoverAndReconnectSceneSession() argument
672 SetSessionIcon(const sptr<IRemoteObject>& token, const std::shared_ptr<Media::PixelMap>& icon) SetSessionIcon() argument
801 PendingSessionToForeground(const sptr<IRemoteObject>& token) PendingSessionToForeground() argument
830 PendingSessionToBackgroundForDelegator(const sptr<IRemoteObject>& token, bool shouldBackToCaller) PendingSessionToBackgroundForDelegator() argument
1155 GetFocusSessionToken(sptr<IRemoteObject>& token) GetFocusSessionToken() argument
1353 SetSessionContinueState(const sptr<IRemoteObject>& token, const ContinueState& continueState) SetSessionContinueState() argument
1833 UpdateModalExtensionRect(const sptr<IRemoteObject>& token, Rect rect) UpdateModalExtensionRect() argument
1874 ProcessModalExtensionPointDown(const sptr<IRemoteObject>& token, int32_t posX, int32_t posY) ProcessModalExtensionPointDown() argument
1908 AddExtensionWindowStageToSCB(const sptr<ISessionStage>& sessionStage, const sptr<IRemoteObject>& token, uint64_t surfaceNodeId) AddExtensionWindowStageToSCB() argument
1946 RemoveExtensionWindowStageFromSCB(const sptr<ISessionStage>& sessionStage, const sptr<IRemoteObject>& token) RemoveExtensionWindowStageFromSCB() argument
2011 UpdateExtWindowFlags(const sptr<IRemoteObject>& token, uint32_t extWindowFlags, uint32_t extWindowActions) UpdateExtWindowFlags() argument
[all...]
H A Dscene_session_manager_stub.cpp214 sptr<IRemoteObject> token = nullptr; in HandleCreateAndConnectSpecificSession() local
260 sptr<IRemoteObject> token = nullptr; in HandleRecoverAndConnectSpecificSession() local
301 sptr<IRemoteObject> token in HandleRecoverAndReconnectSceneSession() local
396 sptr<IRemoteObject> token = data.ReadRemoteObject(); HandleSetSessionLabel() local
406 sptr<IRemoteObject> token = data.ReadRemoteObject(); HandleSetSessionIcon() local
430 sptr<IRemoteObject> token = data.ReadRemoteObject(); HandlePendingSessionToForeground() local
443 sptr<IRemoteObject> token = data.ReadRemoteObject(); HandlePendingSessionToBackgroundForDelegator() local
605 sptr<IRemoteObject> token = nullptr; HandleGetFocusSessionToken() local
688 sptr <IRemoteObject> token = data.ReadRemoteObject(); HandleSetSessionContinueState() local
987 sptr<IRemoteObject> token = data.ReadRemoteObject(); HandleAddExtensionWindowStageToSCB() local
1001 sptr<IRemoteObject> token = data.ReadRemoteObject(); HandleRemoveExtensionWindowStageFromSCB() local
1008 sptr<IRemoteObject> token = data.ReadRemoteObject(); HandleUpdateModalExtensionRect() local
1024 sptr<IRemoteObject> token = data.ReadRemoteObject(); HandleProcessModalExtensionPointDown() local
1046 sptr<IRemoteObject> token = data.ReadRemoteObject(); HandleUpdateExtWindowFlags() local
[all...]
/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp759 auto token = context_->GetToken(); in NotifyDisplayInfoChange() local
496 NapiSetUIContent(const std::string& contentInfo, napi_env env, napi_value storage, BackupAndRestoreType type, sptr<IRemoteObject> token, AppExecFwk::Ability* ability) NapiSetUIContent() argument
[all...]
H A Dwindow_manager.cpp310 void WindowManager::Impl::NotifyDisplayInfoChanged(const sptr<IRemoteObject>& token, DisplayId displayId, in NotifyDisplayInfoChanged() argument
894 WMError WindowManager::RegisterDisplayInfoChangedListener(const sptr<IRemoteObject>& token, in RegisterDisplayInfoChangedListener() argument
931 UnregisterDisplayInfoChangedListener(const sptr<IRemoteObject>& token, const sptr<IDisplayInfoChangedListener>& listener) UnregisterDisplayInfoChangedListener() argument
1023 NotifyDisplayInfoChange(const sptr<IRemoteObject>& token, DisplayId displayId, float density, DisplayOrientation orientation) NotifyDisplayInfoChange() argument
[all...]
H A Dwindow_adapter.cpp69 CreateWindow(sptr<IWindow>& window, sptr<WindowProperty>& windowProperty, std::shared_ptr<RSSurfaceNode> surfaceNode, uint32_t& windowId, const sptr<IRemoteObject>& token) CreateWindow() argument
747 CreateAndConnectSpecificSession(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel, const std::shared_ptr<RSSurfaceNode>& surfaceNode, sptr<WindowSessionProperty> property, int32_t& persistentId, sptr<ISession>& session, SystemSessionConfig& systemConfig, sptr<IRemoteObject> token) CreateAndConnectSpecificSession() argument
760 RecoverAndConnectSpecificSession(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel, const std::shared_ptr<RSSurfaceNode>& surfaceNode, sptr<WindowSessionProperty> property, sptr<ISession>& session, sptr<IRemoteObject> token) RecoverAndConnectSpecificSession() argument
793 RecoverAndReconnectSceneSession(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel, const std::shared_ptr<RSSurfaceNode>& surfaceNode, sptr<ISession>& session, sptr<WindowSessionProperty> property, sptr<IRemoteObject> token) RecoverAndReconnectSceneSession() argument
838 AddExtensionWindowStageToSCB(const sptr<ISessionStage>& sessionStage, const sptr<IRemoteObject>& token, uint64_t surfaceNodeId) AddExtensionWindowStageToSCB() argument
848 RemoveExtensionWindowStageFromSCB(const sptr<ISessionStage>& sessionStage, const sptr<IRemoteObject>& token) RemoveExtensionWindowStageFromSCB() argument
858 ProcessModalExtensionPointDown(const sptr<IRemoteObject>& token, int32_t posX, int32_t posY) ProcessModalExtensionPointDown() argument
867 UpdateModalExtensionRect(const sptr<IRemoteObject>& token, Rect rect) UpdateModalExtensionRect() argument
885 UpdateExtWindowFlags(const sptr<IRemoteObject>& token, uint32_t extWindowFlags, uint32_t extWindowActions) UpdateExtWindowFlags() argument
[all...]
/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp946 CreateWindow(sptr<IWindow>& window, sptr<WindowProperty>& property, const std::shared_ptr<RSSurfaceNode>& surfaceNode, uint32_t& windowId, sptr<IRemoteObject> token) CreateWindow() argument
H A Dwindow_root.cpp1084 auto token = node->abilityToken_; in DestroyWindowWithChild() local
1848 sptr<WindowNode> WindowRoot::FindMainWindowWithToken(sptr<IRemoteObject> token) in FindMainWindowWithToken() argument
1864 CheckMultiDialogWindows(WindowType type, sptr<IRemoteObject> token) CheckMultiDialogWindows() argument
[all...]
H A Dwindow_controller.cpp248 CreateWindow(sptr<IWindow>& window, sptr<WindowProperty>& property, const std::shared_ptr<RSSurfaceNode>& surfaceNode, uint32_t& windowId, sptr<IRemoteObject> token, int32_t pid, int32_t uid) CreateWindow() argument
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp560 std::string token = source.substr(0, pos); in StringSplit() local
/base/telephony/core_service/services/sim/test/
H A Dtest.cpp312 AccessToken token; in TestHasSimCard() local
339 AccessToken token; in TestGetSimState() local
354 AccessToken token; in TestGetCardType() local
367 AccessToken token; in TestSetPrimarySlotId() local
379 AccessToken token; in TestGetPrimarySlotId() local
390 AccessToken token; in TestGetISOCountryCodeForSim() local
404 AccessToken token; in TestGetSimSpn() local
418 AccessToken token; in TestGetSimIccId() local
432 AccessToken token; in TestGetSlotId() local
445 AccessToken token; in TestGetSimId() local
458 AccessToken token; TestGetSimEons() local
480 AccessToken token; TestGetSimOperatorNumeric() local
494 AccessToken token; TestGetIMSI() local
508 AccessToken token; TestIsSimActive() local
520 AccessToken token; TestGetSimGid1() local
535 AccessToken token; TestGetSimGid2() local
548 AccessToken token; TestGetSimTelephoneNumber() local
562 AccessToken token; TestGetSimTeleNumberIdentifier() local
576 AccessToken token; TestGetVoiceMailIdentifier() local
590 AccessToken token; TestGetVoiceMailNumber() local
604 AccessToken token; TestGetVoiceMailCount() local
642 AccessToken token; TestIsCTSimCard() local
655 AccessToken token; TestQueryIccDiallingNumbers() local
691 AccessToken token; TestAddIccDiallingNumbers() local
730 AccessToken token; TestDelIccDiallingNumbers() local
763 AccessToken token; TestUpdateIccDiallingNumbers() local
804 AccessToken token; TestSetVoiceMailInfo() local
823 AccessToken token; TestGetSimSubscriptionInfo() local
848 AccessToken token; TestSetDefaultVoiceSlotId() local
860 AccessToken token; TestGetDefaultVoiceSlotId() local
869 AccessToken token; TestGetDefaultVoiceSimId() local
879 AccessToken token; TestSetShowNumber() local
894 AccessToken token; TestSetShowName() local
909 AccessToken token; TestGetShowNumber() local
923 AccessToken token; TestGetShowName() local
937 AccessToken token; TestGetActiveSimAccountInfoList() local
959 AccessToken token; TestGetOperatorConfig() local
975 AccessToken token; TestUnlockPin() local
995 AccessToken token; TestUnlockPuk() local
1022 AccessToken token; TestAlterPin() local
1049 AccessToken token; TestUnlockPin2() local
1069 AccessToken token; TestUnlockPuk2() local
1096 AccessToken token; TestAlterPin2() local
1123 AccessToken token; TestSetLockState() local
1162 AccessToken token; TestGetLockState() local
1180 AccessToken token; TestRefreshSimState() local
1191 AccessToken token; TestSetActiveSim() local
1206 AccessToken token; TestGetMaxSimCount() local
1215 AccessToken token; TestGetOpKey() local
1229 AccessToken token; TestGetOpName() local
1243 AccessToken token; TestGetOpKeyExt() local
1257 AccessToken token; GetSimLockType() local
1278 AccessToken token; GetSimLockPassword() local
1325 AccessToken token; TestUnlockSimLock() local
1347 AccessToken token; TestHasOperatorPrivileges() local
1359 AccessToken token; TestSendTerminalResponseCmd() local
1373 AccessToken token; TestSendEnvelopeCmd() local
1387 AccessToken token; TestSendCallSetupRequestResult() local
[all...]
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp640 void ArkWebNWebImpl::SetToken(void* token) in SetToken() argument
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dui_ability_lifecycle_manager.cpp236 AttachAbilityThread(const sptr<IAbilityScheduler> &scheduler, const sptr<IRemoteObject> &token) AttachAbilityThread() argument
284 OnAbilityRequestDone(const sptr<IRemoteObject> &token, int32_t state) const OnAbilityRequestDone() argument
306 AbilityTransactionDone(const sptr<IRemoteObject> &token, int state, const PacMap &saveData) AbilityTransactionDone() argument
328 AbilityWindowConfigTransactionDone(const sptr<IRemoteObject> &token, const WindowConfig &windowConfig) AbilityWindowConfigTransactionDone() argument
657 CompleteFirstFrameDrawing(const sptr<IRemoteObject> &token) CompleteFirstFrameDrawing() argument
817 NotifySCBToMinimizeUIAbility(const std::shared_ptr<AbilityRecord> abilityRecord, const sptr<IRemoteObject> token) NotifySCBToMinimizeUIAbility() argument
1100 NotifyAbilityToken(const sptr<IRemoteObject> &token, const AbilityRequest &abilityRequest) const NotifyAbilityToken() argument
1808 NotifyRestartSpecifiedAbility(AbilityRequest &request, const sptr<IRemoteObject> &token) NotifyRestartSpecifiedAbility() argument
2022 GetSessionIdByAbilityToken(const sptr<IRemoteObject> &token) GetSessionIdByAbilityToken() argument
2563 ChangeAbilityVisibility(sptr<IRemoteObject> token, bool isShow) ChangeAbilityVisibility() argument
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability.cpp94 Init(const std::shared_ptr<AbilityInfo> &abilityInfo, const std::shared_ptr<OHOSApplication> application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_client.cpp94 ErrCode AbilityManagerClient::AbilityTransitionDone(sptr<IRemoteObject> token, int state, const PacMap &saveData) in AbilityTransitionDone() argument
117 ErrCode AbilityManagerClient::ScheduleDisconnectAbilityDone(sptr<IRemoteObject> token) in ScheduleDisconnectAbilityDone() argument
86 AttachAbilityThread( sptr<IAbilityScheduler> scheduler, sptr<IRemoteObject> token) AttachAbilityThread() argument
101 AbilityWindowConfigTransitionDone( sptr<IRemoteObject> token, const WindowConfig &windowConfig) AbilityWindowConfigTransitionDone() argument
109 ScheduleConnectAbilityDone( sptr<IRemoteObject> token, sptr<IRemoteObject> remoteObject) ScheduleConnectAbilityDone() argument
124 ScheduleCommandAbilityDone(sptr<IRemoteObject> token) ScheduleCommandAbilityDone() argument
131 ScheduleCommandAbilityWindowDone( sptr<IRemoteObject> token, sptr<SessionInfo> sessionInfo, WindowCommand winCmd, AbilityCommand abilityCmd) ScheduleCommandAbilityWindowDone() argument
323 ChangeAbilityVisibility(sptr<IRemoteObject> token, bool isShow) ChangeAbilityVisibility() argument
381 TerminateAbility(sptr<IRemoteObject> token, int resultCode, const Want *resultWant) TerminateAbility() argument
389 BackToCallerAbilityWithResult(const sptr<IRemoteObject> &token, int resultCode, const Want *resultWant, int64_t callerRequestCode) BackToCallerAbilityWithResult() argument
398 TerminateUIServiceExtensionAbility(sptr<IRemoteObject> token) TerminateUIServiceExtensionAbility() argument
419 MoveAbilityToBackground(sptr<IRemoteObject> token) MoveAbilityToBackground() argument
427 MoveUIAbilityToBackground(const sptr<IRemoteObject> token) MoveUIAbilityToBackground() argument
435 CloseAbility(sptr<IRemoteObject> token, int resultCode, const Want *resultWant) CloseAbility() argument
473 MinimizeAbility(sptr<IRemoteObject> token, bool fromUser) MinimizeAbility() argument
690 StopServiceAbility(const Want &want, sptr<IRemoteObject> token) StopServiceAbility() argument
1053 GetMissionIdByToken(sptr<IRemoteObject> token, int32_t &missionId) GetMissionIdByToken() argument
1082 CallRequestDone(sptr<IRemoteObject> token, sptr<IRemoteObject> callStub) CallRequestDone() argument
1089 GetAbilityTokenByCalleeObj(sptr<IRemoteObject> callStub, sptr<IRemoteObject> &token) GetAbilityTokenByCalleeObj() argument
1235 GetTopAbility(sptr<IRemoteObject> &token) GetTopAbility() argument
1255 GetElementNameByToken(sptr<IRemoteObject> token, bool isNeedLocalDeviceId) GetElementNameByToken() argument
1274 DelegatorDoAbilityForeground(sptr<IRemoteObject> token) DelegatorDoAbilityForeground() argument
1289 DelegatorDoAbilityBackground(sptr<IRemoteObject> token) DelegatorDoAbilityBackground() argument
1304 SetMissionContinueState(sptr<IRemoteObject> token, const AAFwk::ContinueState &state, sptr<IRemoteObject> sessionToken) SetMissionContinueState() argument
1329 SetMissionLabel(sptr<IRemoteObject> token, const std::string& label) SetMissionLabel() argument
1388 PrepareTerminateAbility(sptr<IRemoteObject> token, sptr<IPrepareTerminateCallback> callback) PrepareTerminateAbility() argument
1418 DoAbilityForeground(sptr<IRemoteObject> token, uint32_t flag) DoAbilityForeground() argument
1425 DoAbilityBackground(sptr<IRemoteObject> token, uint32_t flag) DoAbilityBackground() argument
1440 UpdateMissionSnapShot(sptr<IRemoteObject> token, std::shared_ptr<Media::PixelMap> pixelMap) UpdateMissionSnapShot() argument
1448 EnableRecoverAbility(sptr<IRemoteObject> token) EnableRecoverAbility() argument
1455 ScheduleRecoverAbility(sptr<IRemoteObject> token, int32_t reason, const Want *want) ScheduleRecoverAbility() argument
1463 SubmitSaveRecoveryInfo(sptr<IRemoteObject> token) SubmitSaveRecoveryInfo() argument
1619 ShareDataDone( sptr<IRemoteObject> token, int32_t resultCode, int32_t uniqueId, WantParams &wantParam) ShareDataDone() argument
1839 ExecuteInsightIntentDone(sptr<IRemoteObject> token, uint64_t intentId, const InsightIntentExecuteResult &result) ExecuteInsightIntentDone() argument
1893 GetUIExtensionRootHostInfo(const sptr<IRemoteObject> token, UIExtensionHostInfo &hostInfo, int32_t userId) GetUIExtensionRootHostInfo() argument
1902 GetUIExtensionSessionInfo(const sptr<IRemoteObject> token, UIExtensionSessionInfo &uiExtensionSessionInfo, int32_t userId) GetUIExtensionSessionInfo() argument
[all...]
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp269 void AppMgrService::AbilityCleaned(const sptr<IRemoteObject> &token) in AbilityCleaned() argument
1289 int32_t AppMgrService::NotifyPageShow(const sptr<IRemoteObject> &token, const PageStateData &pageStateData) in NotifyPageShow() argument
1302 int32_t AppMgrService::NotifyPageHide(const sptr<IRemoteObject> &token, const PageStateData &pageStateData) in NotifyPageHide() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.cpp272 CreateVSyncConnection(const std::string& name, const sptr<VSyncIConnectionToken>& token, uint64_t id, NodeId windowNodeId) CreateVSyncConnection() argument
/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp277 NapiSetUIContent(const std::string& contentInfo, napi_env env, napi_value storage, BackupAndRestoreType type, sptr<IRemoteObject> token, AppExecFwk::Ability* ability) NapiSetUIContent() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp379 ProcessContinueTokenForQuerySync(const std::vector<DataItem> &dataItems, int &errCode, SQLiteSingleVerRelationalContinueToken *&token) ProcessContinueTokenForQuerySync() argument
403 GetSyncDataForQuerySync(std::vector<DataItem> &dataItems, SQLiteSingleVerRelationalContinueToken *&token, const DataSizeSpecInfo &dataSizeInfo) const GetSyncDataForQuerySync() argument
449 auto token = new (std::nothrow) SQLiteSingleVerRelationalContinueToken(timeRange, query); GetSyncData() local
462 auto token = static_cast<SQLiteSingleVerRelationalContinueToken *>(continueStmtToken); GetSyncDataNext() local
1121 auto token = new (std::nothrow) SQLiteSingleVerRelationalContinueToken(syncTimeRange, query); GetCloudData() local
1137 auto token = static_cast<SQLiteSingleVerRelationalContinueToken *>(continueStmtToken); GetCloudDataNext() local
1191 auto token = static_cast<SQLiteSingleVerRelationalContinueToken *>(continueStmtToken); ReleaseCloudDataToken() local
1459 auto token = static_cast<SQLiteSingleVerRelationalContinueToken *>(continueStmtToken); ReleaseContinueToken() local
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp1279 std::string token; in GetNameForSynteticObjectType() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp2073 static bool IsModifierKind(const lexer::Token &token) in IsModifierKind() argument
[all...]
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp751 void ArkWebNWebWrapper::SetToken(void* token) in SetToken() argument
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp1788 sptr<IRemoteObject> token; in ProcessCallResult() local
3472 NotifyStateChanged(int32_t abilityState, AppExecFwk::ElementName& element, const sptr<IRemoteObject>& token) NotifyStateChanged() argument
[all...]

Completed in 77 milliseconds

1...<<414243444546474849