/foundation/ability/ability_runtime/test/unittest/ams_service_load_ability_process_test/ |
H A D | ams_service_load_ability_process_test.cpp | 136 std::shared_ptr<AppRunningRecord> AmsServiceLoadAbilityProcessTest::StartLoadAbility(const sptr<IRemoteObject>& token, in StartLoadAbility() argument 183 sptr<IRemoteObject> token = GetMockToken(); in HWTEST_F() local 220 sptr<IRemoteObject> token = GetMockToken(); in HWTEST_F() local 428 sptr<IRemoteObject> token = GetMockToken(); HWTEST_F() local 486 sptr<IRemoteObject> token = GetMockToken(); HWTEST_F() local 720 sptr<IRemoteObject> token = GetMockToken(); HWTEST_F() local 753 sptr<IRemoteObject> token = GetMockToken(); HWTEST_F() local 813 sptr<IRemoteObject> token = GetMockToken(); HWTEST_F() local 881 sptr<IRemoteObject> token = GetMockToken(); HWTEST_F() local 944 sptr<IRemoteObject> token = GetMockToken(); HWTEST_F() local 1011 sptr<IRemoteObject> token = GetMockToken(); HWTEST_F() local 1072 sptr<IRemoteObject> token = GetMockToken(); HWTEST_F() local 1139 sptr<IRemoteObject> token = GetMockToken(); HWTEST_F() local 1209 sptr<IRemoteObject> token = GetMockToken(); HWTEST_F() local 1264 sptr<IRemoteObject> token = GetMockToken(); HWTEST_F() local 1309 sptr<IRemoteObject> token = GetMockToken(); HWTEST_F() local 1358 sptr<IRemoteObject> token = GetMockToken(); HWTEST_F() local [all...] |
/foundation/ability/ability_runtime/test/unittest/app_running_processes_info_test/ |
H A D | app_running_processes_info_test.cpp | 175 std::shared_ptr<AppRunningRecord> AppRunningProcessesInfoTest::StartLoadAbility(const sptr<IRemoteObject>& token, in StartLoadAbility() argument 229 sptr<IRemoteObject> token; in HWTEST_F() local [all...] |
/foundation/ability/ability_runtime/test/unittest/app_running_record_test/ |
H A D | app_running_record_test.cpp | 164 sptr<IRemoteObject> token = new (std::nothrow) MockAbilityToken(); in HWTEST_F() local 180 sptr<IRemoteObject> token; in HWTEST_F() local 296 sptr<IRemoteObject> token = nullptr; in HWTEST_F() local
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | ability_thread_test.cpp | 89 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); in HWTEST_F() local 126 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); in HWTEST_F() local 174 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); in HWTEST_F() local 222 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 249 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 277 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 304 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 334 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 366 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 396 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 428 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 455 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 487 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 515 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 550 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 579 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 612 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 647 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 675 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 702 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 729 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 756 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 785 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 814 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 839 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 1267 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local 2223 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local [all...] |
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_cache_manager.cpp | 200 std::shared_ptr<AbilityRecord> AbilityCacheManager::FindRecordByToken(const sptr<IRemoteObject> &token) in FindRecordByToken() argument
|
/foundation/ability/ability_runtime/test/fuzztest/extensionrecordmanagera_fuzzer/ |
H A D | extensionrecordmanagera_fuzzer.cpp | 57 sptr<Token> token = nullptr; in GetFuzzAbilityToken() local 147 sptr<Token> token = GetFuzzAbilityToken(); in FuzztestExtensionRecordManagerFunc2() local
|
/foundation/ability/ability_runtime/test/fuzztest/faultdata_fuzzer/ |
H A D | faultdata_fuzzer.cpp | 55 sptr<Token> token = nullptr; in GetFuzzAbilityToken() local
|
/foundation/ability/ability_runtime/test/fuzztest/napicommonwant_fuzzer/ |
H A D | napicommonwant_fuzzer.cpp | 68 sptr<Token> token = nullptr; in GetFuzzAbilityToken() local
|
/foundation/ability/ability_runtime/test/fuzztest/uiabilitylifecyclemanagerb_fuzzer/ |
H A D | uiabilitylifecyclemanagerb_fuzzer.cpp | 54 sptr<Token> token = nullptr;
in GetFuzzAbilityToken() local 125 sptr<IRemoteObject> token = GetFuzzAbilityToken();
in DoSomethingInterestingWithMyAPI() local
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_test/AMS/ |
H A D | mock_ability_manager_client.cpp | 66 ErrCode AbilityManagerClient::AbilityTransitionDone(sptr<IRemoteObject> token, int state, const PacMap& saveData) in AbilityTransitionDone() argument 85 ErrCode AbilityManagerClient::ScheduleDisconnectAbilityDone(sptr<IRemoteObject> token) in ScheduleDisconnectAbilityDone() argument 94 ErrCode AbilityManagerClient::ScheduleCommandAbilityDone(sptr<IRemoteObject> token) in ScheduleCommandAbilityDone() argument 53 AttachAbilityThread( sptr<IAbilityScheduler> scheduler, sptr<IRemoteObject> token) AttachAbilityThread() argument 75 ScheduleConnectAbilityDone( sptr<IRemoteObject> token, sptr<IRemoteObject> remoteObject) ScheduleConnectAbilityDone() argument 104 ScheduleCommandAbilityWindowDone( sptr<IRemoteObject> token, sptr<SessionInfo> sessionInfo, WindowCommand winCmd, AbilityCommand abilityCmd) ScheduleCommandAbilityWindowDone() argument 126 TerminateAbility(sptr<IRemoteObject> token, int resultCode, const Want* resultWant) TerminateAbility() argument 182 StopServiceAbility(const Want& want, sptr<IRemoteObject> token) StopServiceAbility() argument [all...] |
H A D | mock_ability_manager_service.cpp | 154 int MockAbilityManagerService::ScheduleDisconnectAbilityDone(const sptr<IRemoteObject>& token) in ScheduleDisconnectAbilityDone() argument 159 int MockAbilityManagerService::ScheduleCommandAbilityDone(const sptr<IRemoteObject>& token) in ScheduleCommandAbilityDone() argument 173 int MockAbilityManagerService::StopServiceAbility(const Want& want, int32_t userId, const sptr<IRemoteObject> &token) in StopServiceAbility() argument 82 TerminateAbility( const sptr<IRemoteObject>& token, int resultCode, const Want* resultWant) TerminateAbility() argument 126 AttachAbilityThread( const sptr<IAbilityScheduler>& scheduler, const sptr<IRemoteObject>& token) AttachAbilityThread() argument 141 AbilityTransitionDone( const sptr<IRemoteObject>& token, int state, const PacMap& saveData) AbilityTransitionDone() argument 148 ScheduleConnectAbilityDone( const sptr<IRemoteObject>& token, const sptr<IRemoteObject>& remoteObject) ScheduleConnectAbilityDone() argument 164 ScheduleCommandAbilityWindowDone( const sptr<IRemoteObject> &token, const sptr<SessionInfo> &sessionInfo, WindowCommand winCmd, AbilityCommand abilityCmd) ScheduleCommandAbilityWindowDone() argument
|
H A D | mock_serviceability_manager_service.cpp | 160 int MockServiceAbilityManagerService::ScheduleDisconnectAbilityDone(const sptr<IRemoteObject>& token) in ScheduleDisconnectAbilityDone() argument 173 int MockServiceAbilityManagerService::ScheduleCommandAbilityDone(const sptr<IRemoteObject>& token) in ScheduleCommandAbilityDone() argument 63 TerminateAbility( const sptr<IRemoteObject>& token, int resultCode, const Want* resultWant) TerminateAbility() argument 105 AttachAbilityThread( const sptr<IAbilityScheduler>& scheduler, const sptr<IRemoteObject>& token) AttachAbilityThread() argument 120 AbilityTransitionDone( const sptr<IRemoteObject>& token, int state, const PacMap& saveData) AbilityTransitionDone() argument 136 AbilityWindowConfigTransitionDone( const sptr<IRemoteObject>& token, const WindowConfig& windowConfig) AbilityWindowConfigTransitionDone() argument 153 ScheduleConnectAbilityDone( const sptr<IRemoteObject>& token, const sptr<IRemoteObject>& remoteObject) ScheduleConnectAbilityDone() argument 178 ScheduleCommandAbilityWindowDone( const sptr<IRemoteObject> &token, const sptr<SessionInfo> &sessionInfo, WindowCommand winCmd, AbilityCommand abilityCmd) ScheduleCommandAbilityWindowDone() argument 187 StopServiceAbility(const Want& want, int32_t userId, const sptr<IRemoteObject> &token) StopServiceAbility() argument [all...] |
/foundation/ability/ability_runtime/test/moduletest/ability_delegator_test/ |
H A D | ability_delegator_module_test.cpp | 248 sptr<IRemoteObject> token = sptr<IRemoteObject>(new MockAbilityDelegatorStub); in HWTEST_F() local 286 sptr<IRemoteObject> token = sptr<IRemoteObject>(new MockAbilityDelegatorStub); in HWTEST_F() local 318 sptr<IRemoteObject> token = sptr<IRemoteObject>(new MockAbilityDelegatorStub2); in HWTEST_F() local 351 sptr<IRemoteObject> token = sptr<IRemoteObject>(new MockAbilityDelegatorStub); in HWTEST_F() local 386 sptr<IRemoteObject> token = sptr<IRemoteObject>(new MockAbilityDelegatorStub); in HWTEST_F() local 485 sptr<IRemoteObject> token = sptr<IRemoteObject>(new MockAbilityDelegatorStub); HWTEST_F() local 522 sptr<IRemoteObject> token = sptr<IRemoteObject>(new MockAbilityDelegatorStub); HWTEST_F() local 562 sptr<IRemoteObject> token = sptr<IRemoteObject>(new MockAbilityDelegatorStub); HWTEST_F() local 601 sptr<IRemoteObject> token = sptr<IRemoteObject>(new MockAbilityDelegatorStub); HWTEST_F() local 673 sptr<IRemoteObject> token = sptr<IRemoteObject>(new MockAbilityDelegatorStub); HWTEST_F() local 745 sptr<IRemoteObject> token = sptr<IRemoteObject>(new MockAbilityDelegatorStub); HWTEST_F() local 817 sptr<IRemoteObject> token = sptr<IRemoteObject>(new MockAbilityDelegatorStub); HWTEST_F() local 856 sptr<IRemoteObject> token = sptr<IRemoteObject>(new MockAbilityDelegatorStub); HWTEST_F() local 895 sptr<IRemoteObject> token = sptr<IRemoteObject>(new MockAbilityDelegatorStub); HWTEST_F() local 934 sptr<IRemoteObject> token = sptr<IRemoteObject>(new MockAbilityDelegatorStub); HWTEST_F() local 973 sptr<IRemoteObject> token = sptr<IRemoteObject>(new MockAbilityDelegatorStub); HWTEST_F() local 1018 sptr<IRemoteObject> token = sptr<IRemoteObject>(new MockAbilityDelegatorStub); HWTEST_F() local 1063 sptr<IRemoteObject> token = sptr<IRemoteObject>(new MockAbilityDelegatorStub2); HWTEST_F() local [all...] |
/foundation/ability/ability_runtime/test/moduletest/ui_extension_ability_test/ui_extension_connect_module_test/ |
H A D | ui_extension_connect_module_test.cpp | 259 sptr<IRemoteObject> token = nullptr; in HWTEST_F() local 286 sptr<IRemoteObject> token = nullptr; in HWTEST_F() local 349 sptr<IRemoteObject> token = nullptr; in HWTEST_F() local [all...] |
/foundation/ability/ability_runtime/test/unittest/ams_app_workflow_test/ |
H A D | ams_workflow_test.cpp | 127 CreateTestApplicationRecord(const std::string& ability, const sptr<IRemoteObject>& token, const std::string& app, const AbilityState abilityState, const ApplicationState appState) const CreateTestApplicationRecord() argument
|
/foundation/barrierfree/accessibility/common/interface/test/fuzztest/accessibleabilitymanagerservicestub_fuzzer/ |
H A D | accessibleabilitymanagerservicestub_fuzzer_back.cpp | 299 OHOS::AddAAMSTokenFuzzer token; in LLVMFuzzerInitialize() local
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
H A D | js_ability_impl.cpp | 41 void JSAbilityImpl::InitEnvironment(const char * const abilityPath, const char * const bundleName, uint16_t token) in InitEnvironment() argument
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ |
H A D | engine.cpp | 189 auto token = enginePlugin->createPlugin(*this); in LoadPlugins() local 349 auto token = enginePlugin->createPlugin(*this); in OnTypeInfoEvent() local
|
/foundation/graphic/graphic_3d/lume/LumeDotfield/src/ |
H A D | component_dll.cpp | 210 void Uninitialize(PluginToken token) in Uninitialize() argument 254 void UnregisterInterfaces(PluginToken token) in UnregisterInterfaces() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service.cpp | 193 sptr<RSIRenderServiceConnection> RSRenderService::CreateConnection(const sptr<RSIConnectionToken>& token) in CreateConnection() argument 219 void RSRenderService::RemoveConnection(sptr<IRemoteObject> token) in RemoveConnection() argument
|
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/ |
H A D | file_access_extension_info.h | 306 sptr<IRemoteObject> token = nullptr; member
|
/foundation/filemanagement/user_file_service/test/unittest/ |
H A D | js_file_access_ext_ability_test.cpp | 84 Init(const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument
|
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/ |
H A D | file_access_ext_ability.cpp | 56 Init(const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/ |
H A D | vsync_generator_test.cpp | 63 sptr<VSyncIConnectionToken> token = new IRemoteStub<VSyncIConnectionToken>();
in SetUpTestCase() local
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_manager/src/ |
H A D | media_library_tab_old_photos_client.cpp | 68 sptr<IRemoteObject> token = this->mediaLibraryManager_.InitToken(); in GetResultSetFromTabOldPhotos() local
|