Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_ipc_interface_code.h108 SET_APPFREEZE_FILTER = 83, enumerator
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_stub_test/
H A Dapp_mgr_stub_test.cpp350 static_cast<uint32_t>(AppMgrInterfaceCode::SET_APPFREEZE_FILTER), data, reply, option);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/
H A Dapp_mgr_proxy_test.cpp369 …CT_EQ(mockAppMgrService_->code_, static_cast<uint32_t>(AppMgrInterfaceCode::SET_APPFREEZE_FILTER));
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp220 case static_cast<uint32_t>(AppMgrInterfaceCode::SET_APPFREEZE_FILTER): in OnRemoteRequestInnerFourth()
H A Dapp_mgr_proxy.cpp1346 auto ret = SendRequest(AppMgrInterfaceCode::SET_APPFREEZE_FILTER, in SetAppFreezeFilter()