/base/web/webview/ohos_nweb/include/ |
D | nweb_value.h | 47 BOOLEAN, enumerator 68 explicit NWebValue(const bool& value) : type_(Type::BOOLEAN), data_(value) in NWebValue() 85 case Type::BOOLEAN: in NWebValue() 132 case Type::BOOLEAN: 166 case Type::BOOLEAN: 201 case Type::BOOLEAN: 247 return GetType() == Type::BOOLEAN; in IsBoolean() 282 validateType(Type::BOOLEAN); in GetBoolean() 288 validateType(Type::BOOLEAN); in SetBoolean()
|
/base/account/os_account/interfaces/innerkits/common/include/ |
D | iaccount_info.h | 36 BOOLEAN, enumerator 49 case JsonType::BOOLEAN: in GetDataByType()
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
D | webview_controller.h | 57 BOOLEAN, enumerator 70 BOOLEAN, enumerator 307 case WebMessageType::BOOLEAN: { in SetType() 308 nwebType = NWebValue::Type::BOOLEAN; in SetType() 346 case NWebValue::Type::BOOLEAN: { in ConvertNwebType2JsType() 347 jsType = WebMessageType::BOOLEAN; in ConvertNwebType2JsType() 400 data_->SetType(NWebValue::Type::BOOLEAN); in SetBoolean()
|
D | webview_javascript_execute_callback.cpp | 40 static_cast<int32_t>(JsMessageType::BOOLEAN))), in InitJSExcute() 250 case NWebValue::Type::BOOLEAN: in ConvertToJsType() 251 jsMessageType = JsMessageType::BOOLEAN; in ConvertToJsType() 400 if (webJsMessageExt->GetType() != static_cast<int32_t>(JsMessageType::BOOLEAN)) { in GetBoolean()
|
D | webview_javascript_execute_callback.h | 32 BOOLEAN, enumerator
|
D | webview_javascript_result_callback.cpp | 363 case NWebValue::Type::BOOLEAN: in ParseBasicTypeNwebValue2NapiValue() 540 nwebValue->SetType(NWebValue::Type::BOOLEAN); in ParseBasicTypeNapiValue2NwebValue()
|
/base/web/webview/test/unittest/nweb_value_test/ |
D | nweb_value_test.cpp | 56 nwebValue->SetType(NWebValue::Type::BOOLEAN); 61 EXPECT_EQ(NWebValue::Type::BOOLEAN, type);
|
/base/account/os_account/frameworks/osaccount/native/src/ |
D | os_account_info.cpp | 252 …sonObject, jsonObjectEnd, IS_OS_ACCOUNT_VERIFIED, isVerified_, OHOS::AccountSA::JsonType::BOOLEAN); in FromJson() 262 jsonObject, jsonObjectEnd, IS_ACTIVATED, isActivated_, OHOS::AccountSA::JsonType::BOOLEAN); in FromJson() 264 …ject, jsonObjectEnd, IS_ACCOUNT_COMPLETED, isCreateCompleted_, OHOS::AccountSA::JsonType::BOOLEAN); in FromJson() 266 jsonObject, jsonObjectEnd, TO_BE_REMOVED, toBeRemoved_, OHOS::AccountSA::JsonType::BOOLEAN); in FromJson()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
D | res_common.h | 72 BOOLEAN = 12, enumerator
|
/base/global/resource_management/interfaces/inner_api/include/ |
D | res_common.h | 92 BOOLEAN = 12, enumerator
|
/base/account/os_account/services/accountmgr/src/osaccount/ |
D | os_account_file_operator.cpp | 160 OHOS::AccountSA::JsonType::BOOLEAN); in GetIsMultiOsAccountEnable() 174 OHOS::AccountSA::JsonType::BOOLEAN); in IsAllowedCreateAdmin()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
D | res_desc_test.cpp | 92 EXPECT_EQ(ResType::BOOLEAN, resType);
|
D | hap_resource_test.cpp | 240 idv = pResource->GetIdValuesByName(std::string("boolean_ref"), ResType::BOOLEAN);
|
D | resource_manager_test.cpp | 1032 int id = GetResId("boolean_1", ResType::BOOLEAN); 1038 id = GetResId("boolean_ref", ResType::BOOLEAN); 1576 id = GetResId("boolean_1", ResType::BOOLEAN);
|
D | resource_manager_performance_test.cpp | 751 int id = GetResId("boolean_1", ResType::BOOLEAN);
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
D | res_desc_test.cpp | 92 EXPECT_EQ(ResType::BOOLEAN, resType);
|
D | resource_manager_test_common.cpp | 381 int id = GetResId(boolean1, ResType::BOOLEAN); in TestGetBooleanById() 387 id = GetResId(booleanRef, ResType::BOOLEAN); in TestGetBooleanById()
|
D | hap_resource_test.cpp | 245 idv = pResource->GetIdValuesByName(std::string("boolean_ref"), ResType::BOOLEAN);
|
D | resource_manager_performance_test.cpp | 763 int id = GetResId("boolean_1", ResType::BOOLEAN);
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
D | res_desc.cpp | 133 resTypeStrList.insert(make_pair(ResType::BOOLEAN, std::string("boolean"))); in Init()
|
D | resource_manager_impl.cpp | 383 const IdItem *idItem = hapManager_->FindResourceByName(name, ResType::BOOLEAN); in GetBooleanByName() 389 if (idItem == nullptr || idItem->resType_ != ResType::BOOLEAN) { in GetBoolean()
|
/base/global/resource_management/frameworks/resmgr/src/ |
D | res_desc.cpp | 208 resTypeStrList.insert(make_pair(ResType::BOOLEAN, std::string("boolean"))); in Init()
|
D | resource_manager_impl.cpp | 479 const IdItem *idItem = hapManager_->FindResourceByName(name, ResType::BOOLEAN); in GetBooleanByName() 493 if (idItem == nullptr || idItem->resType_ != ResType::BOOLEAN) { in GetBoolean()
|
/base/web/webview/interfaces/kits/napi/common/ |
D | napi_parse_utils.cpp | 411 { NWebValue::Type::BOOLEAN, ConvertToNapiHandlerOfBoolean }, in ConvertNWebToNapiValue()
|
/base/account/os_account/frameworks/appaccount/native/src/ |
D | app_account_info.cpp | 619 jsonObject, jsonObjectEnd, SYNC_ENABLE, syncEnable_, OHOS::AccountSA::JsonType::BOOLEAN); in FromJson()
|