Home
last modified time | relevance | path

Searched refs:DumpAbilityInfoInner (Results 1 - 12 of 12) sorted by relevance

/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dextension_ability_thread.h139 void DumpAbilityInfoInner(const std::vector<std::string> &params, std::vector<std::string> &info);
H A Dui_ability_thread.h156 void DumpAbilityInfoInner(const std::vector<std::string> &params, std::vector<std::string> &info);
H A Dfa_ability_thread.h353 void DumpAbilityInfoInner(const std::vector<std::string> &params, std::vector<std::string> &info);
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_scheduler_stub.h67 int DumpAbilityInfoInner(MessageParcel& data, MessageParcel& reply);
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dui_ability_thread.cpp517 abilityThread->DumpAbilityInfoInner(params, dumpInfo); in DumpAbilityInfo()
527 void UIAbilityThread::DumpAbilityInfoInner(const std::vector<std::string> &params, std::vector<std::string> &info) in DumpAbilityInfoInner() function in OHOS::AbilityRuntime::UIAbilityThread
553 void UIAbilityThread::DumpAbilityInfoInner(const std::vector<std::string> &params, std::vector<std::string> &info) in DumpAbilityInfoInner() function in OHOS::AbilityRuntime::UIAbilityThread
H A Dextension_ability_thread.cpp584 abilityThread->DumpAbilityInfoInner(params, dumpInfo); in DumpAbilityInfo()
597 void ExtensionAbilityThread::DumpAbilityInfoInner( in DumpAbilityInfoInner() function in OHOS::AbilityRuntime::ExtensionAbilityThread
H A Dfa_ability_thread.cpp1357 abilityThread->DumpAbilityInfoInner(params, dumpInfo); in CreateAbilityName()
1367 void FAAbilityThread::DumpAbilityInfoInner(const std::vector<std::string> &params, std::vector<std::string> &info) in CreateAbilityName() function in OHOS::AbilityRuntime::FAAbilityThread
1399 void FAAbilityThread::DumpAbilityInfoInner(const std::vector<std::string> &params, std::vector<std::string> &info) in CreateAbilityName() function in OHOS::AbilityRuntime::FAAbilityThread
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dextension_ability_thread_test.cpp851 * @tc.name: DumpAbilityInfoInner
852 * @tc.desc: Test DumpAbilityInfoInner function when currentAbility_ and
870 extensionabilitythread->DumpAbilityInfoInner(params, info); in HWTEST_F()
876 * @tc.name: DumpAbilityInfoInner
877 * @tc.desc: Test DumpAbilityInfoInner function when currentAbility_ is nullptr
891 extensionabilitythread->DumpAbilityInfoInner(params, info); in HWTEST_F()
897 * @tc.name: DumpAbilityInfoInner
898 * @tc.desc: Test DumpAbilityInfoInner function when currentExtension_ is
914 extensionabilitythread->DumpAbilityInfoInner(params, info); in HWTEST_F()
H A Dfa_ability_thread_test.cpp75 * @tc.name: DumpAbilityInfoInner
76 * @tc.desc: Test DumpAbilityInfoInner function when currentAbility_ is nullptr
90 abilitythread->DumpAbilityInfoInner(params, info); in HWTEST_F()
96 * @tc.name: DumpAbilityInfoInner
97 * @tc.desc: Test DumpAbilityInfoInner function when currentExtension_ is nullptr
113 abilitythread->DumpAbilityInfoInner(params, info); in HWTEST_F()
H A Dui_ability_thread_test.cpp781 * @tc.name: DumpAbilityInfoInner
782 * @tc.desc: Test DumpAbilityInfoInner function when currentAbility_ is not nullptr
795 abilitythread->DumpAbilityInfoInner(params, info); in HWTEST_F()
801 * @tc.name: DumpAbilityInfoInner
802 * @tc.desc: Test DumpAbilityInfoInner function when currentAbility_ is nulllptr
814 abilitythread->DumpAbilityInfoInner(params, info); in HWTEST_F()
H A Dability_thread_test.cpp2277 * @tc.name: DumpAbilityInfoInner
2278 * @tc.desc: Test DumpAbilityInfoInner function when currentAbility_ and currentExtension_ is not nullptr
2295 abilitythread->DumpAbilityInfoInner(params, info); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_scheduler_stub.cpp140 return DumpAbilityInfoInner(data, reply); in OnRemoteRequestInnerSecond()
687 int AbilitySchedulerStub::DumpAbilityInfoInner(MessageParcel &data, MessageParcel &reply) in DumpAbilityInfoInner() function in OHOS::AAFwk::AbilitySchedulerStub
692 TAG_LOGI(AAFwkTag::ABILITYMGR, "DumpAbilityInfoInner read params error"); in DumpAbilityInfoInner()

Completed in 17 milliseconds