Home
last modified time | relevance | path

Searched refs:ARRAY (Results 1 - 24 of 24) sorted by relevance

/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_file_operator.cpp58 OHOS::AccountSA::JsonType::ARRAY); in Init()
70 constraintsConfig_, constraintsConfig_.end(), Constants::TYPE_LIST, typeList, OHOS::AccountSA::JsonType::ARRAY); in GetConstraintsByType()
83 typeJson, typeJson.end(), std::to_string(type), constraints, OHOS::AccountSA::JsonType::ARRAY); in GetConstraintsByType()
107 OHOS::AccountSA::JsonType::ARRAY); in GetBaseOAConstraintsList()
131 OHOS::AccountSA::JsonType::ARRAY); in GetGlobalOAConstraintsList()
161 OHOS::AccountSA::JsonType::ARRAY); in GetSpecificOAConstraintsList()
H A Dos_account_control_file_manager.cpp275 accountListJson, jsonEnd, Constants::ACCOUNT_LIST, accountIdList, OHOS::AccountSA::JsonType::ARRAY); in Init()
477 Constants::ACCOUNT_LIST, idStrList, OHOS::AccountSA::JsonType::ARRAY); in GetOsAccountIdList()
509 accountListJson, jsonObjectEnd, Constants::ACCOUNT_LIST, idList, OHOS::AccountSA::JsonType::ARRAY); in GetOsAccountList()
585 baseOAConstraintsJson, jsonEnd, idStr, baseOAConstraints, OHOS::AccountSA::JsonType::ARRAY); in UpdateBaseOAConstraints()
620 Constants::ALL_GLOBAL_CONSTRAINTS, globalOAConstraintsList, OHOS::AccountSA::JsonType::ARRAY); in GlobalConstraintsDataOperate()
630 globalOAConstraintsJson.end(), *it, constraintSourceList, OHOS::AccountSA::JsonType::ARRAY); in GlobalConstraintsDataOperate()
647 globalOAConstraintsJson.end(), *it, constraintSourceList, OHOS::AccountSA::JsonType::ARRAY); in GlobalConstraintsDataOperate()
698 specificOAConstraintsList, OHOS::AccountSA::JsonType::ARRAY); in SpecificConstraintsDataOperate()
707 userPrivateConstraintsDataJson.end(), *it, constraintSourceList, OHOS::AccountSA::JsonType::ARRAY); in SpecificConstraintsDataOperate()
724 userPrivateConstraintsDataJson.end(), *it, constraintSourceList, OHOS::AccountSA::JsonType::ARRAY); in SpecificConstraintsDataOperate()
[all...]
/base/account/os_account/interfaces/innerkits/common/include/
H A Diaccount_info.h39 ARRAY, member in OHOS::AccountSA::JsonType
67 case JsonType::ARRAY: in GetDataByType()
/base/update/updater/utils/json/
H A Djson_node.cpp26 { cJSON_Object, NodeType::OBJECT }, { cJSON_Array, NodeType::ARRAY }, { cJSON_Number, NodeType::INT }, in GetJsonTypeMap()
106 case NodeType::ARRAY: { in Parse()
H A Djson_visitor.h91 if ((node.Type() != NodeType::UNKNOWN && node.Type() != NodeType::NUL && node.Type() != NodeType::ARRAY) || in VisitMember()
93 defaultNode.Type() != NodeType::ARRAY)) { in VisitMember()
H A Djson_node.h37 enum class NodeType { OBJECT, INT, STRING, ARRAY, BOOL, NUL, UNKNOWN }; member in Updater::NodeType
/base/update/updater/services/ui/control/
H A Dcallback_manager.cpp36 if (cbNodes.Type() != NodeType::ARRAY) { in LoadCallbacks()
/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_javascript_execute_callback.h34 ARRAY
H A Dwebview_controller_impl.h61 ARRAY, member in OHOS::Webview::CoreSecurityLevel::WebMessageType
305 case WebMessageType::ARRAY: { in SetType()
344 jsType = WebMessageType::ARRAY; in ConvertNwebType2JsType()
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_message_ffi.cpp338 if (webMessageExt->GetType() != static_cast<int32_t>(WebMessageType::ARRAY)) { in FfiOHOSWebMessageExtImplGetArray()
477 if (webMessageExt->GetType() != static_cast<int32_t>(WebMessageType::ARRAY)) { in FfiOHOSWebMessageExtImplSetArrayString()
498 if (webMessageExt->GetType() != static_cast<int32_t>(WebMessageType::ARRAY)) { in FfiOHOSWebMessageExtImplSetArrayInt()
520 if (webMessageExt->GetType() != static_cast<int32_t>(WebMessageType::ARRAY)) { in FfiOHOSWebMessageExtImplSetArrayDouble()
542 if (webMessageExt->GetType() != static_cast<int32_t>(WebMessageType::ARRAY)) { in FfiOHOSWebMessageExtImplSetArrayBoolean()
708 if (webJsMessageExt->GetType() != static_cast<int32_t>(JsMessageType::ARRAY)) { in FfiOHOSJsMessageExtImplGetArray()
H A Dwebview_javascript_execute_callback.cpp44 jsMessageType = JsMessageType::ARRAY; in ConvertToJsType()
/base/update/updater/services/ui/view/layout/
H A Dlayout_parser.cpp76 if (componentNodes.Type() != NodeType::ARRAY) { in ParseViewInfo()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_execute_callback.h34 ARRAY
H A Dwebview_javascript_execute_callback.cpp43 DECLARE_NAPI_STATIC_PROPERTY("ARRAY", NapiParseUtils::ToInt32Value(env, in InitJSExcute()
44 static_cast<int32_t>(JsMessageType::ARRAY))) in InitJSExcute()
260 jsMessageType = JsMessageType::ARRAY; in ConvertToJsType()
447 if (webJsMessageExt->GetType() != static_cast<int32_t>(JsMessageType::ARRAY)) { in GetArray()
H A Dwebview_controller.h75 ARRAY, member in OHOS::NWeb::ResourceType::WebMessageType
H A Dwebview_controller.cpp2083 case WebMessageType::ARRAY: { in SetType()
2122 jsType = WebMessageType::ARRAY; in ConvertNwebType2JsType()
H A Dnapi_webview_controller.cpp665 DECLARE_NAPI_STATIC_PROPERTY("ARRAY", NapiParseUtils::ToInt32Value(env, in Init()
666 static_cast<int32_t>(WebMessageType::ARRAY))), in Init()
1500 if (webJsMessageExt->GetType() != static_cast<int32_t>(WebMessageType::ARRAY)) { in GetArray()
1773 if (type != static_cast<int32_t>(WebMessageType::ARRAY)) { in SetArray()
/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
H A Dsandbox_json_manager.cpp49 ARRAY, enumerator
422 case KeyType::ARRAY: in CheckJsonElement()
443 !CheckJsonElement(DOCURISET, retentionJson, KeyType::ARRAY) || in FromJson()
/base/update/updater/test/unittest/utils/json/
H A Dutils_json_test.cpp103 EXPECT_EQ(node["key"].Type(), NodeType::ARRAY); in HWTEST_F()
185 EXPECT_EQ(node["key"].Type(), NodeType::ARRAY); in HWTEST_F()
/base/update/updater/services/ui/
H A Dupdater_ui_config.cpp116 case NodeType::ARRAY: { in Init()
/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_mock.cpp209 std::to_string(accountInfo.GetLocalId()), constraintsFromFile, JsonType::ARRAY); in HWTEST_F()
266 std::to_string(accountInfo.GetLocalId()), constraintsFromFile, JsonType::ARRAY); in HWTEST_F()
330 std::to_string(accountInfo.GetLocalId()), constraintsFromFile, JsonType::ARRAY); in HWTEST_F()
396 std::to_string(accountInfo.GetLocalId()), constraintsFromFile, JsonType::ARRAY); in HWTEST_F()
435 std::to_string(accountInfo.GetLocalId()), constraintsFromFile, JsonType::ARRAY); in HWTEST_F()
458 std::to_string(accountInfo.GetLocalId()), constraintsFromFile, JsonType::ARRAY); in HWTEST_F()
492 std::to_string(accountInfo.GetLocalId()), constraintsFromFile, JsonType::ARRAY); in HWTEST_F()
521 std::to_string(accountInfo.GetLocalId()), constraintsFromFile, JsonType::ARRAY); in HWTEST_F()
/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_info.cpp331 jsonObject, jsonObjectEnd, CONSTRAINTS, constraints_, OHOS::AccountSA::JsonType::ARRAY); in FromJson()
/base/account/os_account/services/accountmgr/src/
H A Daccount_file_watcher_manager.cpp368 accountInfoDigestJson.end(), path, digestTmp, OHOS::AccountSA::JsonType::ARRAY); in GetAccountInfoDigestFromFile()
/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_info.cpp621 jsonObject, jsonObjectEnd, AUTHORIZED_APPS, authorizedApps_, OHOS::AccountSA::JsonType::ARRAY); in FromJson()

Completed in 28 milliseconds