Home
last modified time | relevance | path

Searched defs:appCloneIndex (Results 1 - 25 of 29) sorted by relevance

12

/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dauto_startup_info.h36 int32_t appCloneIndex = 0; member
H A Dability_running_info.h38 int32_t appCloneIndex = -1; member
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dability_state_data.h65 int32_t appCloneIndex = -1; member
H A Drunning_multi_info.h31 int32_t appCloneIndex; member
H A Drunning_process_info.h67 std::int32_t appCloneIndex = -1; member
/foundation/ability/ability_runtime/test/fuzztest/clearupapplicationdata_fuzzer/
H A Dclearupapplicationdata_fuzzer.cpp55 int32_t appCloneIndex = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/frameworks/js/napi/ability_auto_startup_callback/
H A Djs_ability_auto_startup_manager_utils.cpp133 napi_value appCloneIndex = AppExecFwk::WrapInt32ToJS(env, info.appCloneIndex); in CreateJsAutoStartupInfo() local
[all...]
/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/mock/src/
H A Dmock_bundle_mgr_helper.cpp85 ErrCode BundleMgrHelper::GetCloneBundleInfo(const std::string &bundleName, int32_t flags, int32_t appCloneIndex, in GetCloneBundleInfo() argument
/foundation/ability/ability_runtime/test/unittest/app_mgr_stub_test/
H A Dapp_mgr_stub_test.cpp386 int32_t appCloneIndex = 0; in HWTEST_F() local
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_bundle_manager_form.cpp40 int BundleMgrService::GetUidByBundleName(const std::string& bundleName, int32_t userId, int32_t appCloneIndex) in GetUidByBundleName() argument
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/bundlemgr/
H A Dmock_bundle_manager.cpp208 int BundleMgrService::GetUidByBundleName(const std::string& bundleName, int32_t userId, int32_t appCloneIndex) in GetUidByBundleName() argument
/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/
H A Dappmgrservicefirst_fuzzer.cpp136 int32_t appCloneIndex = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/
H A Dapp_mgr_proxy_test.cpp418 int32_t appCloneIndex = 0; in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/
H A Dbundle_mgr_helper_test.cpp807 int32_t appCloneIndex = 1; in HWTEST_F() local
823 int32_t appCloneIndex = 1; in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/app_running_manager_test/
H A Dapp_running_manager_test.cpp718 int32_t appCloneIndex = 1; in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
H A Dapp_mgr_service_test.cpp1400 int32_t appCloneIndex = 0; in HWTEST_F() local
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrapprunningmanager_fuzzer/
H A Dabilityappmgrapprunningmanager_fuzzer.cpp183 int32_t appCloneIndex = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.cpp727 bool BundleMgrHelper::CleanBundleDataFiles(const std::string &bundleName, int32_t userId, int32_t appCloneIndex) in CleanBundleDataFiles() argument
798 ErrCode BundleMgrHelper::GetUidByBundleName(const std::string &bundleName, int32_t userId, int32_t appCloneIndex) in GetUidByBundleName() argument
866 ErrCode BundleMgrHelper::QueryCloneAbilityInfo(const ElementName &element, int32_t flags, int32_t appCloneIndex, in QueryCloneAbilityInfo() argument
880 ErrCode BundleMgrHelper::GetCloneBundleInfo(const std::string &bundleName, int32_t flags, int32_t appCloneIndex, in GetCloneBundleInfo() argument
894 QueryCloneExtensionAbilityInfoWithAppIndex(const ElementName &element, int32_t flags, int32_t appCloneIndex, ExtensionAbilityInfo &extensionInfo, int32_t userId) QueryCloneExtensionAbilityInfoWithAppIndex() argument
[all...]
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp4057 int32_t appCloneIndex = 0; in HWTEST_F() local
4080 int32_t appCloneIndex = 0; in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/
H A Dapp_mgr_service_inner_second_test.cpp1201 int32_t appCloneIndex = 0; in HWTEST_F() local
1226 int32_t appCloneIndex = 0; in HWTEST_F() local
/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/
H A Djs_app_manager.cpp936 int32_t appCloneIndex = 0; in OnClearUpAppData() local
1337 int32_t appCloneIndex = 0; in OnIsAppRunning() local
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp432 int32_t appCloneIndex = data.ReadInt32(); in HandleClearUpApplicationData() local
1351 int32_t appCloneIndex = data.ReadInt32(); in HandleIsAppRunning() local
H A Dapp_mgr_proxy.cpp147 int32_t AppMgrProxy::ClearUpApplicationData(const std::string &bundleName, int32_t appCloneIndex, const int32_t userId) in ClearUpApplicationData() argument
1573 int32_t AppMgrProxy::IsAppRunning(const std::string &bundleName, int32_t appCloneIndex, bool &isRunning) in IsAppRunning() argument
H A Dapp_mgr_client.cpp359 AppMgrResultCode AppMgrClient::ClearUpApplicationData(const std::string &bundleName, int32_t appCloneIndex, in ClearUpApplicationData() argument
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_manager.cpp226 CheckAppCloneRunningRecordIsExistByBundleName(const std::string &bundleName, int32_t appCloneIndex, bool &isRunning) CheckAppCloneRunningRecordIsExistByBundleName() argument

Completed in 37 milliseconds

12