Searched refs:SET_OVERLAY_ENABLED (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 | 287 SET_OVERLAY_ENABLED = 7, member in OHOS::AppExecFwk::BundleStreamInstallerInterfaceCode::OverlayManagerInterfaceCode
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/overlay/ |
H A D | js_app_overlay.cpp | 40 const std::string SET_OVERLAY_ENABLED = "SetOverlayEnabled"; member 156 env, overlayCallbackInfo, SET_OVERLAY_ENABLED, SetOverlayEnabledExec, SetOverlayEnabledComplete); in SetOverlayEnabled()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/overlay/ |
H A D | overlay_manager_host.cpp | 72 case static_cast<uint32_t>(OverlayManagerInterfaceCode::SET_OVERLAY_ENABLED):
in OnRemoteRequest()
|
H A D | overlay_manager_proxy.cpp | 297 if (!SendTransactCmd(OverlayManagerInterfaceCode::SET_OVERLAY_ENABLED, data, reply)) {
in SetOverlayEnabled()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/ |
H A D | bms_bundle_overlay_ipc_test.cpp | 683 static_cast<uint32_t>(OverlayManagerInterfaceCode::SET_OVERLAY_ENABLED), data, reply, option);
in HWTEST_F()
|
Completed in 7 milliseconds