Searched refs:GET_LAUNCH_WANT_FOR_BUNDLE (Results 1 - 6 of 6) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/ |
H A D | bundle_framework_core_ipc_interface_code.h | 50 GET_LAUNCH_WANT_FOR_BUNDLE, member in OHOS::AppExecFwk::BundleMgrInterfaceCode
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/ |
H A D | bms_bundle_mgr_host_unit_test.cpp | 790 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::GET_LAUNCH_WANT_FOR_BUNDLE); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | bundle_mgr.cpp | 104 const char* GET_LAUNCH_WANT_FOR_BUNDLE = "GetLaunchWantForBundle"; member 3920 env, asyncCallbackInfo, GET_LAUNCH_WANT_FOR_BUNDLE, GetLaunchWantForBundleExec, GetLaunchWantForBundleComplete); in GetLaunchWantForBundle()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager.cpp | 54 constexpr const char* GET_LAUNCH_WANT_FOR_BUNDLE = "GetLaunchWantForBundle"; member 2736 result[0] = BusinessError::CreateCommonError(env, asyncCallbackInfo->err, GET_LAUNCH_WANT_FOR_BUNDLE, in GetLaunchWantForBundleComplete()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 233 case static_cast<uint32_t>(BundleMgrInterfaceCode::GET_LAUNCH_WANT_FOR_BUNDLE): in OnRemoteRequest()
|
H A D | bundle_mgr_proxy.cpp | 1614 BundleMgrInterfaceCode::GET_LAUNCH_WANT_FOR_BUNDLE, data, want); in GetLaunchWantForBundle()
|
Completed in 40 milliseconds