Home
last modified time | relevance | path

Searched defs:isAllow (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_ext_seccomp_test.cpp91 static int CheckStatus(int status, bool isAllow) in CheckStatus()
110 …ic int CheckSyscall(SeccompFilterType type, const char *filterName, SyscallFunc func, bool isAllow) in CheckSyscall()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/js_dialog_session/
H A Djs_dialog_session.cpp101 bool isAllow = false; in OnSendDialogResult() local
/ohos5.0/foundation/resourceschedule/device_standby/utils/test/fuzztest/configmanager_fuzzer/
H A Dconfigmanager_fuzzer.cpp138 bool isAllow = GetData<bool>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/free_install/
H A Dbms_ecological_rule_mgr_service_param.h30 bool isAllow = true; member
/ohos5.0/foundation/bundlemanager/ecological_rule_manager/interfaces/innerkits/include/
H A Decological_rule_mgr_service_param.h30 bool isAllow = true; member
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/
H A Dnet_policy_callback_observer.cpp143 bool isAllow = *isAllowPtr; in CreateNetBackgroundPolicyChangeParam() local
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Dstandby_config_manager.cpp436 uint32_t condition, bool isAllow, bool isApp, const std::function<void(bool, std::set<T>&, in GetEligibleAllowConfig() argument
468 uint32_t condition, bool isAllow, bool isApp) in GetEligibleAllowTimeConfig()
484 uint32_t condition, bool isAllow, bool isApp) in GetEligiblePersistAllowConfig()
/ohos5.0/base/startup/init/test/unittest/seccomp/
H A Dseccomp_unittest.cpp90 static int CheckStatus(int status, bool isAllow) in CheckStatus()
109 …ic int CheckSyscall(SeccompFilterType type, const char *filterName, SyscallFunc func, bool isAllow) in CheckSyscall()
/ohos5.0/foundation/resourceschedule/device_standby/plugins/strategy/src/
H A Dbase_network_strategy.cpp319 void BaseNetworkStrategy::SetNetAllowApps(bool isAllow) in SetNetAllowApps()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/test/mock/include/
H A Dmock_ability_mgr_host.h256 virtual int SetShowOnLockScreen(bool isAllow) override in SetShowOnLockScreen()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dability_manager_interface.h1011 virtual int SendDialogResult(const Want &want, const std::string &dialogSessionId, bool isAllow) in SendDialogResult()
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp834 bool isAllow, bool isApp) in GetPersistAllowList()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_client_branch_test/
H A Dability_manager_client_branch_test.cpp1882 bool isAllow = true; variable
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_client.cpp1380 …rClient::SendDialogResult(const Want &want, const std::string &dialogSessionId, const bool isAllow) in SendDialogResult()
H A Dability_manager_stub.cpp3150 bool isAllow = data.ReadBool(); in SendDialogResultInner() local
H A Dability_manager_proxy.cpp3285 …erProxy::SendDialogResult(const Want &want, const std::string &dialogSessionId, const bool isAllow) in SendDialogResult()