Searched refs:GET_OVERLAY_MODULE_INFO (Results 1 - 5 of 5) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/ |
H A D | bundle_framework_core_ipc_interface_code.h | 282 GET_OVERLAY_MODULE_INFO = 2, member in OHOS::AppExecFwk::BundleStreamInstallerInterfaceCode::OverlayManagerInterfaceCode
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/overlay/ |
H A D | js_app_overlay.cpp | 42 const std::string GET_OVERLAY_MODULE_INFO = "GetOverlayModuleInfo"; member 333 env, overlayCallbackInfo, GET_OVERLAY_MODULE_INFO, GetOverlayModuleInfoExec, GetOverlayModuleInfoComplete); in GetOverlayModuleInfo()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/overlay/ |
H A D | overlay_manager_host.cpp | 57 case static_cast<uint32_t>(OverlayManagerInterfaceCode::GET_OVERLAY_MODULE_INFO):
in OnRemoteRequest()
|
H A D | overlay_manager_proxy.cpp | 123 return GetParcelableInfo(OverlayManagerInterfaceCode::GET_OVERLAY_MODULE_INFO, data, overlayModuleInfo);
in GetOverlayModuleInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/ |
H A D | bms_bundle_overlay_ipc_test.cpp | 483 static_cast<uint32_t>(OverlayManagerInterfaceCode::GET_OVERLAY_MODULE_INFO), data, reply, option);
in HWTEST_F()
|
Completed in 6 milliseconds