Home
last modified time | relevance | path

Searched defs:token (Results 326 - 350 of 2111) sorted by relevance

1...<<11121314151617181920>>...85

/foundation/ability/dmsfwk/services/dtbabilitymgr/src/
H A Ddistributed_ability_manager_proxy.cpp65 int32_t DistributedAbilityManagerProxy::Unregister(int32_t token) in Unregister() argument
112 int32_t DistributedAbilityManagerProxy::UnregisterDeviceSelectionCallback(int32_t token, const std::string& cbType) in UnregisterDeviceSelectionCallback() argument
135 int32_t DistributedAbilityManagerProxy::UpdateConnectStatus(int32_t token, const std::string& deviceId, in UpdateConnectStatus() argument
29 Register( const std::shared_ptr<ContinuationExtraParams>& continuationExtraParams, int32_t& token) Register() argument
82 RegisterDeviceSelectionCallback( int32_t token, const std::string& cbType, const sptr<IRemoteObject>& notifier) RegisterDeviceSelectionCallback() argument
156 StartDeviceManager( int32_t token, const std::shared_ptr<ContinuationExtraParams>& continuationExtraParams) StartDeviceManager() argument
[all...]
/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_service_extension.cpp37 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/ability/idl_tool/parser/
H A Dparser.h96 static bool IsPrimitiveType(Token token) in IsPrimitiveType() argument
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/remote_register_service/
H A Dremote_register_service_stub.cpp49 sptr<IRemoteObject> token = data.ReadRemoteObject(); in RegisterInner() local
/foundation/ability/ability_runtime/test/fuzztest/abilityframeworkscjenvironment_fuzzer/
H A Dabilityframeworkscjenvironment_fuzzer.cpp54 sptr<Token> token = nullptr; in GetFuzzAbilityToken() local
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrrdbparserutil_fuzzer/
H A Dabilitymgrrdbparserutil_fuzzer.cpp54 sptr<Token> token = nullptr; in GetFuzzAbilityToken() local
/foundation/ability/ability_runtime/test/fuzztest/missionlistmanagerthird_fuzzer/
H A Dmissionlistmanagerthird_fuzzer.cpp60 sptr<Token> token = nullptr; in GetFuzzAbilityRecord() local
74 sptr<Token> token = nullptr; in GetFuzzAbilityToken() local
95 sptr<IRemoteObject> token = GetFuzzAbilityToken(); in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/fuzztest/scheduleconnectabilitydone_fuzzer/
H A Dscheduleconnectabilitydone_fuzzer.cpp37 sptr<Token> token = nullptr; in GetFuzzAbilityToken() local
70 sptr<IRemoteObject> token = GetFuzzAbilityToken(AbilityType::PAGE); in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/fuzztest/scheduledisconnectabilitydone_fuzzer/
H A Dscheduledisconnectabilitydone_fuzzer.cpp37 sptr<Token> token = nullptr; in GetFuzzAbilityToken() local
69 sptr<IRemoteObject> token = GetFuzzAbilityToken(AbilityType::PAGE); in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/unittest/ability_extension_base_test/
H A Dability_extension_base_test.cpp73 sptr<IRemoteObject> token = nullptr; in HWTEST_F() local
102 sptr<IRemoteObject> token = new AppExecFwk::MockAbilityToken(); in HWTEST_F() local
132 sptr<IRemoteObject> token = new AppExecFwk::MockAbilityToken(); in HWTEST_F() local
161 sptr<IRemoteObject> token = new AppExecFwk::MockAbilityToken(); in HWTEST_F() local
193 sptr<IRemoteObject> token in HWTEST_F() local
224 sptr<IRemoteObject> token = new AppExecFwk::MockAbilityToken(); HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/unittest/ability_extension_module_loader_test/
H A Dability_extension_module_loader_test.cpp117 sptr<IRemoteObject> token = nullptr; in HWTEST_F() local
132 sptr<IRemoteObject> token = nullptr; in HWTEST_F() local
147 sptr<IRemoteObject> token = nullptr; in HWTEST_F() local
162 sptr<IRemoteObject> token = nullptr; in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/ability_extension_context_test/
H A Dability_extension_context_test.cpp71 sptr<IRemoteObject> token = new AppExecFwk::MockAbilityToken(); in HWTEST_F() local
103 sptr<IRemoteObject> token = new AppExecFwk::MockAbilityToken(); in HWTEST_F() local
141 sptr<IRemoteObject> token = new AppExecFwk::MockAbilityToken(); in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/ability_record_mgr_test/
H A Dability_record_mgr_test.cpp80 auto token = recordMgr->GetToken(); in HWTEST_F() local
93 sptr<IRemoteObject> token = new (std::nothrow) AbilityMgrToken(); in HWTEST_F() local
110 sptr<IRemoteObject> token = nullptr; in HWTEST_F() local
134 sptr<IRemoteObject> token in HWTEST_F() local
158 sptr<IRemoteObject> token = new (std::nothrow) AbilityMgrToken(); HWTEST_F() local
174 sptr<IRemoteObject> token = nullptr; HWTEST_F() local
198 sptr<IRemoteObject> token = new (std::nothrow) AbilityMgrToken(); HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/unittest/ability_stage_context_test/
H A Dability_stage_context_test.cpp177 auto token = abilityStageContext->GetToken(); in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dpage_ability_impl_test.cpp75 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); in HWTEST_F() local
108 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); in HWTEST_F() local
140 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); in HWTEST_F() local
173 sptr<IRemoteObject> token in HWTEST_F() local
206 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local
239 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local
271 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local
305 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local
335 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local
365 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local
395 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local
427 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local
460 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local
495 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local
529 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local
565 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local
592 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local
620 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local
650 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local
676 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local
707 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local
738 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local
769 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local
800 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local
831 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local
863 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); HWTEST_F() local
[all...]
H A Dnew_ability_impl_test.cpp81 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); in HWTEST_F() local
138 sptr<IRemoteObject> token = sptr<IRemoteObject>(new (std::nothrow) MockAbilityToken()); in HWTEST_F() local
H A Dauto_fill_extension_test.cpp99 sptr<IRemoteObject> token = new AppExecFwk::MockAbilityToken(); in HWTEST_F() local
136 sptr<IRemoteObject> token = new AppExecFwk::MockAbilityToken(); in HWTEST_F() local
185 sptr<IRemoteObject> token in HWTEST_F() local
[all...]
/foundation/ability/ability_lite/frameworks/ability_lite/src/
H A Dability_scheduler.cpp75 uint64_t token = 0; in AmsCallback() local
88 uint64_t token = 0; in AmsCallback() local
99 uint64_t token = 0; in AmsCallback() local
120 uint64_t token in AmsCallback() local
141 PerformTransactAbilityState(const Want &want, int state, uint64_t token, int abilityType) PerformTransactAbilityState() argument
150 PerformConnectAbility(const Want &want, uint64_t token) PerformConnectAbility() argument
159 PerformDisconnectAbility(const Want &want, uint64_t token) PerformDisconnectAbility() argument
176 PerformDumpAbility(const Want &want, uint64_t token) PerformDumpAbility() argument
[all...]
/foundation/ability/ability_runtime/test/unittest/continuation_test/remote_register_service_test/remote_register_service_proxy_test/
H A Dremote_register_service_proxy_test.cpp121 sptr<IRemoteObject> token = object; in HWTEST_F() local
143 sptr<IRemoteObject> token = object; in HWTEST_F() local
165 sptr<IRemoteObject> token = new (std::nothrow) MockRegisterService(); in HWTEST_F() local
187 sptr<IRemoteObject> token = object; in HWTEST_F() local
209 sptr<IRemoteObject> token = object; HWTEST_F() local
233 sptr<IRemoteObject> token = nullptr; HWTEST_F() local
256 sptr<IRemoteObject> token = object; HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/unittest/continuation_test/remote_register_service_test/continuation_register_manager_test/
H A Dcontinuation_register_manager_test.cpp134 constexpr int32_t token = 0; in HWTEST_F() local
157 constexpr int32_t token = 0; in HWTEST_F() local
180 constexpr int32_t token = 0; in HWTEST_F() local
205 constexpr int32_t token = 0; in HWTEST_F() local
230 constexpr int32_t token = 0; in HWTEST_F() local
254 constexpr int32_t token = 0; HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_state_callback_proxy.cpp37 void AppStateCallbackProxy::OnAbilityRequestDone(const sptr<IRemoteObject> &token, const AbilityState state) in OnAbilityRequestDone() argument
[all...]
/foundation/ability/ability_runtime/test/fuzztest/schedulecommandabilitydone_fuzzer/
H A Dschedulecommandabilitydone_fuzzer.cpp37 sptr<Token> token = nullptr; in GetFuzzAbilityToken() local
69 sptr<IRemoteObject> token = GetFuzzAbilityToken(AbilityType::PAGE); in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/unittest/lifecycle_test/
H A Dlifecycle_test.cpp86 AttachAbility( const OHOS::sptr<OHOS::AAFwk::AbilityScheduler>& scheduler, const OHOS::sptr<OHOS::IRemoteObject>& token) AttachAbility() argument
/foundation/ability/ability_runtime/frameworks/js/napi/dialog_request_info/
H A Drequest_info.cpp24 RequestInfo::RequestInfo(const sptr<IRemoteObject> &token, int32_t left, int32_t top, int32_t width, int32_t height) in RequestInfo() argument
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/
H A Dability_stage.cpp67 void AbilityStage::AddAbility(const sptr<IRemoteObject> &token, in AddAbility() argument
83 void AbilityStage::RemoveAbility(const sptr<IRemoteObject> &token) in RemoveAbility() argument

Completed in 14 milliseconds

1...<<11121314151617181920>>...85