Searched refs:SetWantSvcIdentity (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/unittest/utils/ |
H A D | ability_test_helper.cpp | 144 SetWantSvcIdentity(const_cast<Want *>(&want), identity_); in TestStartAbility() 220 SetWantSvcIdentity(&want, identity_); in TestDumpAbility()
|
/ohos5.0/foundation/ability/ability_lite/interfaces/kits/want_lite/ |
H A D | want.h | 166 bool SetWantSvcIdentity(Want *want, SvcIdentity sid);
|
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/client/ |
H A D | ability_dump_client.cpp | 34 SetWantSvcIdentity(&want_, *(want.sid)); in AbilityDumpClient()
|
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/ |
H A D | ability_mgr_feature.cpp | 254 SetWantSvcIdentity(data, *(want->sid)); in StartAbilityInner() 401 SetWantSvcIdentity(data, *(want->sid)); in ConnectAbilityInner() 532 SetWantSvcIdentity(data, *(want->sid)); in StopAbilityInner()
|
H A D | page_ability_record.cpp | 43 SetWantSvcIdentity(&want_, *(want.sid)); in PageAbilityRecord()
|
/ohos5.0/foundation/ability/ability_lite/frameworks/want_lite/src/ |
H A D | want.cpp | 246 bool SetWantSvcIdentity(Want *want, SvcIdentity sid) in SetWantSvcIdentity() function 345 if (!ret || !SetWantSvcIdentity(want, svc)) { in DeserializeWant()
|
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/tools/src/ |
H A D | ability_tool.cpp | 152 SetWantSvcIdentity(want, identity_); in BuildWant()
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-application-framework-guide.md | 23 | bool SetWantSvcIdentity(Want \*want, SvcIdentity sid) | 设置SvcIdentity。 |
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-application-framework-guide.md | 42 …10"><a name="p4921040155510"></a><a name="p4921040155510"></a>bool SetWantSvcIdentity(Want *want, …
|