Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/
H A Dbundle_framework_core_ipc_interface_code.h165 GET_DEVELOPER_IDS, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp105 const std::string GET_DEVELOPER_IDS = "GetDeveloperIds"; variable
5146 env, ret, GET_DEVELOPER_IDS, Constants::PERMISSION_GET_BUNDLE_INFO_PRIVILEGED); in GetDeveloperIds()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/
H A Dbms_bundle_mgr_host_unit_test.cpp2686 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::GET_DEVELOPER_IDS);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp539 case static_cast<uint32_t>(BundleMgrInterfaceCode::GET_DEVELOPER_IDS): in OnRemoteRequest()
H A Dbundle_mgr_proxy.cpp4355 if (!SendTransactCmd(BundleMgrInterfaceCode::GET_DEVELOPER_IDS, data, reply)) { in GetDeveloperIds()