Home
last modified time | relevance | path

Searched refs:CHECK_ABILITY_ENABLE_INSTALL (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/distributed_manager/
H A Dbundle_distributed_manager.cpp31 const int32_t CHECK_ABILITY_ENABLE_INSTALL = 1; variable
328 int32_t result = remoteObject->SendRequest(CHECK_ABILITY_ENABLE_INSTALL, data, reply, option); in SendCallback()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/
H A Dbundle_framework_core_ipc_interface_code.h102 CHECK_ABILITY_ENABLE_INSTALL, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/
H A Dbms_bundle_mgr_host_unit_test.cpp1726 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::CHECK_ABILITY_ENABLE_INSTALL);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp385 case static_cast<uint32_t>(BundleMgrInterfaceCode::CHECK_ABILITY_ENABLE_INSTALL): in OnRemoteRequest()
H A Dbundle_mgr_proxy.cpp3187 if (!SendTransactCmd(BundleMgrInterfaceCode::CHECK_ABILITY_ENABLE_INSTALL, data, reply)) { in CheckAbilityEnableInstall()