/base/account/os_account/frameworks/common/database/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 | 56 BOOLEAN, enumerator 69 BOOLEAN, enumerator 271 case WebMessageType::BOOLEAN: { in SetType() 272 nwebType = NWebValue::Type::BOOLEAN; in SetType() 310 case NWebValue::Type::BOOLEAN: { in ConvertNwebType2JsType() 311 jsType = WebMessageType::BOOLEAN; in ConvertNwebType2JsType() 364 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 | 188 case NWebValue::Type::BOOLEAN: in ParseNwebValue2NapiValue() 223 nwebValue->SetType(NWebValue::Type::BOOLEAN); in ParseNapiValue2NwebValue()
|
/base/account/os_account/frameworks/osaccount/native/src/ |
D | os_account_info.cpp | 261 …sonObject, jsonObjectEnd, IS_OS_ACCOUNT_VERIFIED, isVerified_, OHOS::AccountSA::JsonType::BOOLEAN); in FromJson() 271 jsonObject, jsonObjectEnd, IS_ACTIVATED, isActivated_, OHOS::AccountSA::JsonType::BOOLEAN); in FromJson() 273 …ject, jsonObjectEnd, IS_ACCOUNT_COMPLETED, isCreateCompleted_, OHOS::AccountSA::JsonType::BOOLEAN); in FromJson() 275 jsonObject, jsonObjectEnd, TO_BE_REMOVED, toBeRemoved_, OHOS::AccountSA::JsonType::BOOLEAN); in FromJson() 277 … jsonObject, jsonObjectEnd, IS_CREATE_SECRET, isCreateSecret_, OHOS::AccountSA::JsonType::BOOLEAN); in FromJson()
|
/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/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 | 91 BOOLEAN = 12, enumerator
|
/base/web/webview/ohos_nweb/include/ |
D | nweb_value.h | 34 BOOLEAN, 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 | 376 int id = GetResId(boolean1, ResType::BOOLEAN); in TestGetBooleanById() 382 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 | 200 resTypeStrList.insert(make_pair(ResType::BOOLEAN, std::string("boolean"))); in Init()
|
D | resource_manager_impl.cpp | 462 const IdItem *idItem = hapManager_->FindResourceByName(name, ResType::BOOLEAN); in GetBooleanByName() 476 if (idItem == nullptr || idItem->resType_ != ResType::BOOLEAN) { in GetBoolean()
|
/base/web/webview/interfaces/kits/napi/common/ |
D | napi_parse_utils.cpp | 377 { NWebValue::Type::BOOLEAN, ConvertToNapiHandlerOfBoolean }, in ConvertNWebToNapiValue()
|
/base/account/os_account/frameworks/appaccount/native/src/ |
D | app_account_info.cpp | 543 jsonObject, jsonObjectEnd, SYNC_ENABLE, syncEnable_, OHOS::AccountSA::JsonType::BOOLEAN); in FromJson()
|