Home
last modified time | relevance | path

Searched refs:CHECK_IS_SYSTEM_APP_BY_UID (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.h39 CHECK_IS_SYSTEM_APP_BY_UID, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/
H A Dbms_bundle_mgr_host_unit_test.cpp700 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::CHECK_IS_SYSTEM_APP_BY_UID);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp214 case static_cast<uint32_t>(BundleMgrInterfaceCode::CHECK_IS_SYSTEM_APP_BY_UID): in OnRemoteRequest()
H A Dbundle_mgr_proxy.cpp943 if (!SendTransactCmd(BundleMgrInterfaceCode::CHECK_IS_SYSTEM_APP_BY_UID, data, reply)) { in CheckIsSystemAppByUid()