Home
last modified time | relevance | path

Searched refs:GET_LAUNCH_WANT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/
H A Dbundle_framework_core_ipc_interface_code.h189 GET_LAUNCH_WANT, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp560 case static_cast<uint32_t>(BundleMgrInterfaceCode::GET_LAUNCH_WANT): in OnRemoteRequest()
H A Dbundle_mgr_proxy.cpp5051 return GetParcelableInfoWithErrCode<Want>(BundleMgrInterfaceCode::GET_LAUNCH_WANT, data, want); in GetLaunchWant()