Home
last modified time | relevance | path

Searched refs:GET_APP_CONTROL_PROXY (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/
H A Dbundle_framework_core_ipc_interface_code.h111 GET_APP_CONTROL_PROXY, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/
H A Dbms_bundle_mgr_host_unit_test.cpp1891 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::GET_APP_CONTROL_PROXY);
2001 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::GET_APP_CONTROL_PROXY);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp415 case static_cast<uint32_t>(BundleMgrInterfaceCode::GET_APP_CONTROL_PROXY): in OnRemoteRequest()
H A Dbundle_mgr_proxy.cpp3320 if (!SendTransactCmd(BundleMgrInterfaceCode::GET_APP_CONTROL_PROXY, data, reply)) { in GetAppControlProxy()