Home
last modified time | relevance | path

Searched refs:GetBooleanValue (Results 1 - 22 of 22) sorted by relevance

/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/
H A Dset_bg_policy_context.cpp38 isAllowed_ = NapiUtils::GetBooleanValue(GetEnv(), params[ARG_INDEX_0]); in ParseParams()
H A Dset_power_save_allow_list_context.cpp52 isAllow_ = NapiUtils::GetBooleanValue(GetEnv(), params[ARG_INDEX_1]); in ParseParams()
H A Dset_network_access_policy_context.cpp49 isReconfirmFlag_ = NapiUtils::GetBooleanValue(GetEnv(), params[ARG_INDEX_2]); in ParseParams()
H A Dis_uid_net_allowed_context.cpp47 isMetered_ = NapiUtils::GetBooleanValue(GetEnv(), params[ARG_INDEX_1]); in ParseParams()
H A Dset_device_idle_allow_list_context.cpp53 isAllow_ = NapiUtils::GetBooleanValue(GetEnv(), params[ARG_INDEX_1]); in ParseParams()
/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/include/
H A Dcommon.h96 static napi_value GetBooleanValue(const napi_env &env, const napi_value &value, bool &result);
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dtaginfo.cpp137 return extrasData.GetBooleanValue(extrasName, false); in GetBoolExtrasData()
/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
H A Defficiency_resources_operation.cpp45 if (!Common::GetBooleanValue(env, boolValue, result)) { in GetNamedBoolValue()
H A Dcommon.cpp325 napi_value Common::GetBooleanValue(const napi_env &env, const napi_value &value, bool &result) in GetBooleanValue() function in OHOS::BackgroundTaskMgr::Common
333 BGTASK_LOGD("GetBooleanValue result: %{public}d", result); in GetBooleanValue()
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/
H A Dcamera_napi_utils.h168 inline static napi_value GetBooleanValue(napi_env env, bool value) in GetBooleanValue() function in OHOS::CameraStandard::CameraNapiUtils
/foundation/communication/netmanager_base/utils/napi_utils/include/
H A Dnapi_utils.h90 bool GetBooleanValue(napi_env env, napi_value value);
/foundation/communication/nfc/services/src/external_deps/
H A Dtag_ability_dispatcher.cpp66 extra.GetBooleanValue(KITS::TagInfo::MIFARE_ULTRALIGHT_C_TYPE, false)); in SetWantExtraParam()
/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dpac_map.h287 bool GetBooleanValue(const std::string &key, bool defaultValue = false);
/foundation/communication/nfc/test/unittest/services/tags_test/
H A Dtag_info_test.cpp308 ASSERT_TRUE(getBoolExtrasData == tagTechExtrasData.GetBooleanValue(TEST_UID, false)); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dpac_map_test.cpp290 * @tc.name: PutBooleanValue and GetBooleanValue
291 * @tc.desc: Verify PutBooleanValue() and GetBooleanValue().
298 EXPECT_EQ(value, pacmap_->GetBooleanValue("key_boolean_true")); in HWTEST_F()
302 EXPECT_EQ(value, pacmap_->GetBooleanValue("key_boolean_false")); in HWTEST_F()
1094 * @tc.name: PutBooleanValue and GetBooleanValue
1095 * @tc.desc: Verify PutBooleanValue() and GetBooleanValue().
1199 * @tc.name: GetBooleanValue
1200 * @tc.desc: Verify GetBooleanValue.
1209 bool result = pacmap_->GetBooleanValue(key, defaultValue); in HWTEST_F()
/foundation/communication/netmanager_ext/frameworks/js/napi/netfirewall/src/context/
H A Dnet_firewall_param_check.cpp385 isWildCard = NapiUtils::GetBooleanValue(env, value); in CheckDomainList()
/foundation/communication/netmanager_base/utils/napi_utils/src/
H A Dnapi_utils.cpp530 bool GetBooleanValue(napi_env env, napi_value value) in GetBooleanValue() function
/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_foreground_dispatch.cpp219 napi_get_boolean(env, extra.GetBooleanValue(KITS::TagInfo::MIFARE_ULTRALIGHT_C_TYPE, false), &propValue); in SetTagExtraData()
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_predicates_test.cpp81 bool GetBooleanValue() const in GetBooleanValue() function in AllDataType
523 objects.push_back(ValueObject(dataTypes[i].GetBooleanValue())); in InsertDates()
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dpreview_output_napi.cpp769 return CameraNapiUtils::GetBooleanValue(env, isSupported); in IsSketchSupported()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dpac_map.cpp651 bool PacMap::GetBooleanValue(const std::string &key, bool defaultValue) in GetBooleanValue() function in OHOS::AppExecFwk::PacMap
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp3216 return CameraNapiUtils::GetBooleanValue(env, result); in CanPreconfig()

Completed in 29 milliseconds