Home
last modified time | relevance | path

Searched defs:allow (Results 1 - 25 of 90) sorted by relevance

1234

/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dsocket_permission.cpp19 int32_t SetInternetPermission(uint32_t uid, uint8_t allow) in SetInternetPermission() argument
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_geo_location_callback_impl.cpp30 nweb_geo_location_callback_->GeolocationCallbackInvoke(ArkWebStringStructToClass(origin), allow, retain, incognito); in GeoLocationCallbackInvoke() local
27 GeoLocationCallbackInvoke( const ArkWebString& origin, bool allow, bool retain, bool incognito) GeoLocationCallbackInvoke() argument
H A Dark_web_cookie_manager_impl.cpp153 void ArkWebCookieManagerImpl::PutAcceptFileURLSchemeCookiesEnabled(bool allow) in PutAcceptFileURLSchemeCookiesEnabled() argument
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_geo_location_callback_wrapper.cpp27 GeolocationCallbackInvoke( const std::string& origin, bool allow, bool retain, bool incognito) GeolocationCallbackInvoke() argument
H A Dark_web_cookie_manager_wrapper.cpp176 void ArkWebCookieManagerWrapper::PutAcceptFileURLSchemeCookiesEnabled(bool allow) in PutAcceptFileURLSchemeCookiesEnabled() argument
/third_party/node/src/permission/
H A Dchild_process_permission.cc12 void ChildProcessPermission::Apply(const std::string& allow, in Apply() argument
H A Dworker_permission.cc12 void WorkerPermission::Apply(const std::string& allow, PermissionScope scope) { in Apply() argument
/third_party/musl/porting/linux/user/src/network/
H A Dsocket.c21 static uint8_t allow = 1; in is_allow_internet() local
/third_party/musl/porting/liteos_a/user/src/network/
H A Dsocket.c21 static uint8_t allow = 1; in is_allow_internet() local
/third_party/musl/src/network/
H A Dsocket.c24 static uint8_t allow = 1; in is_allow_internet() local
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_service_regional_test/
H A Dnet_conn_service_regional_test.cpp131 uint8_t allow = 1; in HWTEST_F() local
/third_party/vixl/src/
H A Dassembler-base-vixl.h83 void SetAllowAssembler(bool allow) { allow_assembler_ = allow; } in SetAllowAssembler() argument
/foundation/ability/ability_runtime/test/unittest/app_utils_test/
H A Dapp_utils_test.cpp311 auto allow = AAFwk::AppUtils::GetInstance().IsAllowNativeChildProcess("com.test.demo"); in HWTEST_F() local
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_preloader.cpp44 auto allow = ResourceSchedule::ResSchedClient::GetInstance().IsAllowedAppPreload(bundleName, mode); in PreCheck() local
/foundation/communication/bluetooth_service/test/unittest/map/
H A Dmap_mse_test.cpp231 bool allow = true; in HWTEST_F() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DSortedSetRelation.java72 public static <T extends Object & Comparable<? super T>> boolean hasRelation(SortedSet<T> a, int allow, SortedSet<T> b) { in hasRelation() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DSortedSetRelation.java74 public static <T extends Object & Comparable<? super T>> boolean hasRelation(SortedSet<T> a, int allow, SortedSet<T> b) { in hasRelation() argument
/third_party/node/benchmark/
H A Dcommon.js6 function allow() { function
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
H A Dnotification_service_test.cpp317 bool allow = false; in BENCHMARK_F() local
/base/startup/appspawn/test/fuzztest/appspawnclient_fuzzer/
H A Dappspawnclient_fuzzer.cpp198 uint8_t allow = static_cast<uint8_t>(size); in FuzzAppSpawnReqMsgSetAppInternetPermissionInfo() local
/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dform_component.h45 void SetAllowUpdate(bool allow) in SetAllowUpdate() argument
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dconn_manager_test.cpp76 uint8_t allow = 0; in HWTEST_F() local
90 uint8_t allow = 0; in HWTEST_F() local
493 uint8_t allow = 1; in HWTEST_F() local
H A Dnet_manager_native_test.cpp64 uint8_t allow = 1; in HWTEST_F() local
/foundation/communication/bluetooth_service/test/unittest/pbap/
H A Dpbap_server_test.cpp205 bool allow = true; in HWTEST_F() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
H A DPeriodBuilderFactory.java59 PeriodBuilderFactory setAllowZero(boolean allow); in setAllowZero() argument
79 PeriodBuilderFactory setAllowMilliseconds(boolean allow); in setAllowMilliseconds() argument

Completed in 10 milliseconds

1234