Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/extend_resource_manager_host_test/
H A Dextend_resource_manager_host_test.cpp29 const uint32_t DISABLE_DYNAMIC_ICON = 4; variable
92 code = DISABLE_DYNAMIC_ICON;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/
H A Dbundle_framework_core_ipc_interface_code.h340 DISABLE_DYNAMIC_ICON = 4, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/extend_resource/
H A Dextend_resource_manager_host.cpp61 case static_cast<uint32_t>(ExtendResourceManagerInterfaceCode::DISABLE_DYNAMIC_ICON): in OnRemoteRequest()
H A Dextend_resource_manager_proxy.cpp210 if (!SendRequest(ExtendResourceManagerInterfaceCode::DISABLE_DYNAMIC_ICON, data, reply)) { in DisableDynamicIcon()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp91 const std::string DISABLE_DYNAMIC_ICON = "DisableDynamicIcon"; variable
2504 … env, asyncCallbackInfo->err, DISABLE_DYNAMIC_ICON, Constants::PERMISSION_ACCESS_DYNAMIC_ICON); in DisableDynamicIconComplete()