Home
last modified time | relevance | path

Searched refs:BOOLEAN (Results 1 – 25 of 28) sorted by relevance

12

/base/account/os_account/frameworks/common/database/include/
Diaccount_info.h36 BOOLEAN, enumerator
49 case JsonType::BOOLEAN: in GetDataByType()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.h56 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()
Dwebview_javascript_execute_callback.cpp40 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()
Dwebview_javascript_execute_callback.h32 BOOLEAN, enumerator
Dwebview_javascript_result_callback.cpp188 case NWebValue::Type::BOOLEAN: in ParseNwebValue2NapiValue()
223 nwebValue->SetType(NWebValue::Type::BOOLEAN); in ParseNapiValue2NwebValue()
/base/account/os_account/frameworks/osaccount/native/src/
Dos_account_info.cpp261 …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/
Dnweb_value_test.cpp56 nwebValue->SetType(NWebValue::Type::BOOLEAN);
61 EXPECT_EQ(NWebValue::Type::BOOLEAN, type);
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dres_common.h72 BOOLEAN = 12, enumerator
/base/global/resource_management/interfaces/inner_api/include/
Dres_common.h91 BOOLEAN = 12, enumerator
/base/web/webview/ohos_nweb/include/
Dnweb_value.h34 BOOLEAN, enumerator
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_file_operator.cpp160 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/
Dres_desc_test.cpp92 EXPECT_EQ(ResType::BOOLEAN, resType);
Dhap_resource_test.cpp240 idv = pResource->GetIdValuesByName(std::string("boolean_ref"), ResType::BOOLEAN);
Dresource_manager_test.cpp1032 int id = GetResId("boolean_1", ResType::BOOLEAN);
1038 id = GetResId("boolean_ref", ResType::BOOLEAN);
1576 id = GetResId("boolean_1", ResType::BOOLEAN);
Dresource_manager_performance_test.cpp751 int id = GetResId("boolean_1", ResType::BOOLEAN);
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dres_desc_test.cpp92 EXPECT_EQ(ResType::BOOLEAN, resType);
Dresource_manager_test_common.cpp376 int id = GetResId(boolean1, ResType::BOOLEAN); in TestGetBooleanById()
382 id = GetResId(booleanRef, ResType::BOOLEAN); in TestGetBooleanById()
Dhap_resource_test.cpp245 idv = pResource->GetIdValuesByName(std::string("boolean_ref"), ResType::BOOLEAN);
Dresource_manager_performance_test.cpp763 int id = GetResId("boolean_1", ResType::BOOLEAN);
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dres_desc.cpp133 resTypeStrList.insert(make_pair(ResType::BOOLEAN, std::string("boolean"))); in Init()
Dresource_manager_impl.cpp383 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/
Dres_desc.cpp200 resTypeStrList.insert(make_pair(ResType::BOOLEAN, std::string("boolean"))); in Init()
Dresource_manager_impl.cpp462 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/
Dnapi_parse_utils.cpp377 { NWebValue::Type::BOOLEAN, ConvertToNapiHandlerOfBoolean }, in ConvertNWebToNapiValue()
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_info.cpp543 jsonObject, jsonObjectEnd, SYNC_ENABLE, syncEnable_, OHOS::AccountSA::JsonType::BOOLEAN); in FromJson()

12