| /foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
| D | rb_tree.c | 22 static void FillpRbRotateLeft(struct RbNode *x, struct RbRoot *root) in FillpRbRotateLeft() 53 static void FillpRbRotateRight(struct RbNode *x, struct RbRoot *root) in FillpRbRotateRight() 83 static struct RbNode *EqualRight(struct RbNode *x, struct RbRoot *root) in EqualRight() 93 static struct RbNode *EqualLeft(struct RbNode *x, struct RbRoot *root) in EqualLeft() 103 void FillpRbInsertColor(struct RbNode *x, struct RbRoot *root) in FillpRbInsertColor() 149 static int FillpRbEraseColorAtLeft(struct RbNode **x, struct RbNode **parent, struct RbRoot *root) in FillpRbEraseColorAtLeft() 184 static int FillpRbEraseColorAtRight(struct RbNode **x, struct RbNode **parent, struct RbRoot *root) in FillpRbEraseColorAtRight() 219 static void FillpRbEraseColor(struct RbNode *x, struct RbNode *parent, struct RbRoot *root) in FillpRbEraseColor() 249 static void FillpRbEraseLowlvlNode(struct RbNode *node, struct RbRoot *root) in FillpRbEraseLowlvlNode() 301 void FillpRbErase(struct RbNode *node, struct RbRoot *root) in FillpRbErase()
|
| /foundation/communication/wifi/wifi/utils/src/ |
| D | wifi_hisysevent.cpp | 87 Json::Value root; in WriteWifiOperateStateHiSysEvent() local 96 Json::Value root; in WriteWifiAbnormalDisconnectHiSysEvent() local 104 Json::Value root; in WriteWifiConnectionInfoHiSysEvent() local 112 Json::Value root; in WriteWifiOpenAndCloseFailedHiSysEvent() local 123 Json::Value root; in WriteSoftApOpenAndCloseFailedEvent() local 132 Json::Value root; in WriteWifiAccessIntFailedHiSysEvent() local 141 Json::Value root; in WriteWifiPnoScanHiSysEvent() local 150 Json::Value root; in WriteBrowserFailedForPortalHiSysEvent() local 159 Json::Value root; in WriteWifiConnectFailedEventHiSysEvent() local 167 Json::Value root; in WriteP2pKpiCountHiSysEvent() local [all …]
|
| /foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/ |
| D | hisysevent_observer.cpp | 94 nlohmann::json root = nlohmann::json::parse(eventDetail, nullptr, false); in OnEvent() local 110 void HiSysEventObserver::ProcessHiSysEvent(const std::string& eventName, const nlohmann::json& root) in ProcessHiSysEvent() 126 void HiSysEventObserver::ProcessAvCodecEvent(const nlohmann::json& root, const std::string& eventNa… in ProcessAvCodecEvent() 159 void HiSysEventObserver::ProcessRunningLockEvent(const nlohmann::json& root, const std::string& eve… in ProcessRunningLockEvent() 212 void HiSysEventObserver::ProcessAudioEvent(const nlohmann::json& root, const std::string& eventName) in ProcessAudioEvent() 259 void HiSysEventObserver::ProcessCameraEvent(const nlohmann::json& root, const std::string& eventNam… in ProcessCameraEvent() 284 void HiSysEventObserver::ProcessBluetoothEvent(const nlohmann::json& root, const std::string& event… in ProcessBluetoothEvent() 319 void HiSysEventObserver::ProcessWifiEvent(const nlohmann::json& root, const std::string& eventName) in ProcessWifiEvent() 365 void HiSysEventObserver::ProcessScreenCaptureEvent(const nlohmann::json& root, const std::string& e… in ProcessScreenCaptureEvent()
|
| /foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_tarball/ |
| D | b_tarball_cmdline_test.cpp | 57 string root = tm.GetRootDirCurTest(); variable 83 string root = tm.GetRootDirCurTest(); variable 110 string root = tm.GetRootDirCurTest(); variable 157 string root = tm.GetRootDirCurTest(); variable 204 string root = tm.GetRootDirCurTest(); variable 251 string root = tm.GetRootDirCurTest(); variable 285 string root = tm.GetRootDirCurTest(); variable
|
| D | b_tarball_factory_test.cpp | 51 string root = tm.GetRootDirCurTest(); variable 83 string root = tm.GetRootDirCurTest(); variable 115 string root = tm.GetRootDirCurTest(); variable 147 string root = tm.GetRootDirCurTest(); variable
|
| /foundation/window/window_manager/wmserver/test/unittest/ |
| D | window_snapshot_test.cpp | 59 sptr<WindowRoot> root = nullptr; variable 73 sptr<WindowRoot> root = nullptr; variable 92 sptr<WindowRoot> root = nullptr; variable 111 …sptr<WindowRoot> root = new WindowRoot([](Event event, const sptr<IRemoteObject>& remoteObject) {}… in __anonc88ba5f70202() variable
|
| /foundation/multimedia/image_framework/frameworks/kits/js/common/ |
| D | image_napi_utils.cpp | 35 bool ImageNapiUtils::GetBufferByName(napi_env env, napi_value root, const char* name, void **res, s… in GetBufferByName() 46 bool ImageNapiUtils::GetUint32ByName(napi_env env, napi_value root, const char* name, uint32_t *res) in GetUint32ByName() 57 bool ImageNapiUtils::GetInt32ByName(napi_env env, napi_value root, const char* name, int32_t *res) in GetInt32ByName() 68 bool ImageNapiUtils::GetBoolByName(napi_env env, napi_value root, const char* name, bool *res) in GetBoolByName() 79 bool ImageNapiUtils::GetNodeByName(napi_env env, napi_value root, const char* name, napi_value *res) in GetNodeByName() 86 bool ImageNapiUtils::GetUtf8String(napi_env env, napi_value root, std::string &res, bool eof) in GetUtf8String() 120 napi_valuetype ImageNapiUtils::getType(napi_env env, napi_value root) in getType() 127 static bool ParseSize(napi_env env, napi_value root, int32_t& width, int32_t& height) in ParseSize()
|
| /foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
| D | font_config.cpp | 111 int FontConfig::ParseFont(const Json::Value& root) in ParseFont() 127 Json::Value root; in ParseConfig() local 178 int FontConfigJson::ParseDir(const Json::Value &root) in ParseDir() 203 Json::Value root; in ParseConfigList() local 262 int FontConfigJson::ParseFontDir(const Json::Value& root) in ParseFontDir() 276 int FontConfigJson::CheckGeneric(const Json::Value& root, const char* key) in CheckGeneric() 313 int FontConfigJson::ParseGeneric(const Json::Value& root) in ParseGeneric() 348 int FontConfigJson::ParseAlias(const Json::Value& root, FontGenericInfo &genericInfo) in ParseAlias() 368 int FontConfigJson::ParseAdjust(const Json::Value& root, FontGenericInfo &genericInfo) in ParseAdjust() 389 int FontConfigJson::ParseFallback(const Json::Value& root) in ParseFallback() [all …]
|
| /foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
| D | softbus_proxychannel_message.c | 348 static int32_t PackHandshakeMsgForFastData(AppInfo *appInfo, cJSON *root) in PackHandshakeMsgForFastData() 393 …c int32_t PackHandshakeMsgForNormal(SessionKeyBase64 *sessionBase64, AppInfo *appInfo, cJSON *root) in PackHandshakeMsgForNormal() 428 cJSON *root = NULL; in TransProxyPackHandshakeErrMsg() local 449 cJSON *root = cJSON_CreateObject(); in TransProxyPackHandshakeMsg() local 503 cJSON *root = NULL; in TransProxyPackHandshakeAckMsg() local 557 cJSON *root = cJSON_ParseWithLength(msg, len); in TransProxyUnPackHandshakeErrMsg() local 575 cJSON *root = cJSON_ParseWithLength(msg, len); in TransProxyUnPackRestErrMsg() local 594 cJSON *root = 0; in TransProxyUnpackHandshakeAckMsg() local 652 static int32_t UnpackPackHandshakeMsgForFastData(AppInfo *appInfo, cJSON *root) in UnpackPackHandshakeMsgForFastData() 694 static int32_t TransProxyUnpackNormalHandshakeMsg(cJSON *root, AppInfo *appInfo, char *sessionKey, … in TransProxyUnpackNormalHandshakeMsg() [all …]
|
| /foundation/arkui/ace_engine/test/unittest/core/manager/ |
| D | select_overlay_manager_test_ng.cpp | 122 auto root = AceType::MakeRefPtr<FrameNode>(ROOT_TAG, -1, AceType::MakeRefPtr<Pattern>(), true); variable 156 auto root = AceType::MakeRefPtr<FrameNode>(ROOT_TAG, -1, AceType::MakeRefPtr<Pattern>(), true); variable 205 auto root = AceType::MakeRefPtr<FrameNode>(ROOT_TAG, -1, AceType::MakeRefPtr<Pattern>(), true); variable 236 auto root = AceType::MakeRefPtr<FrameNode>(ROOT_TAG, -1, AceType::MakeRefPtr<Pattern>(), true); variable 267 auto root = AceType::MakeRefPtr<FrameNode>(ROOT_TAG, -1, AceType::MakeRefPtr<Pattern>(), true); variable 308 auto root = AceType::MakeRefPtr<FrameNode>(ROOT_TAG, -1, AceType::MakeRefPtr<Pattern>(), true); variable 360 auto root = AceType::MakeRefPtr<FrameNode>(ROOT_TAG, -1, AceType::MakeRefPtr<Pattern>(), true); variable 405 auto root = AceType::MakeRefPtr<FrameNode>(ROOT_TAG, -1, AceType::MakeRefPtr<Pattern>(), true); variable 467 auto root = AceType::MakeRefPtr<FrameNode>(ROOT_TAG, -1, AceType::MakeRefPtr<Pattern>(), true); variable 946 auto root = AceType::MakeRefPtr<FrameNode>(ROOT_TAG, -1, AceType::MakeRefPtr<Pattern>(), true); variable [all …]
|
| /foundation/filemanagement/app_file_service/tests/mock/b_tarball/ |
| D | b_tarball_cmdline_mock.cpp | 29 void BTarballCmdline::Tar(string_view root, vector<string_view> includes, vector<string_view> exclu… in Tar() 34 void BTarballCmdline::Untar(string_view root) in Untar()
|
| /foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/src/ |
| D | para_config.cpp | 85 void ParaConfig::ReadConfigInfo(const xmlNodePtr& root) in ReadConfigInfo() 97 void ParaConfig::ReadFpsConfig(const xmlNodePtr& root) in ReadFpsConfig() 109 void ParaConfig::ReadRenderType(const xmlNodePtr& root) in ReadRenderType() 147 void ParaConfig::ReadFrameConfig(const xmlNodePtr& root) in ReadFrameConfig() 182 void ParaConfig::ReadAttr(xmlNodePtr& root, const std::string& attrName, std::string& res) in ReadAttr()
|
| /foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/ |
| D | network_security_config_test.cpp | 63 void BuildTestJsonObject(std::string &content, Json::Value &root) in BuildTestJsonObject() 187 Json::Value root; variable 206 Json::Value root; variable 228 Json::Value root; variable
|
| /foundation/communication/netmanager_base/services/netpolicymanager/src/core/ |
| D | net_policy_file.cpp | 107 void NetPolicyFile::ParseUidPolicy(const Json::Value &root, NetPolicy &netPolicy) in ParseUidPolicy() 119 void NetPolicyFile::ParseBackgroundPolicy(const Json::Value &root, NetPolicy &netPolicy) in ParseBackgroundPolicy() 125 void NetPolicyFile::ParseQuotaPolicy(const Json::Value &root, NetPolicy &netPolicy) in ParseQuotaPolicy() 144 void NetPolicyFile::ParseFirewallRule(const Json::Value &root, NetPolicy &netPolicy) in ParseFirewallRule() 167 Json::Value root; in Json2Obj() local 199 Json::Value root; in Obj2Json() local 217 void NetPolicyFile::AddQuotaPolicy(Json::Value &root) in AddQuotaPolicy() 235 void NetPolicyFile::AddUidPolicy(Json::Value &root) in AddUidPolicy() 246 void NetPolicyFile::AddBackgroundPolicy(Json::Value &root) in AddBackgroundPolicy() 256 void NetPolicyFile::AddFirewallRule(Json::Value &root) in AddFirewallRule()
|
| /foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/ |
| D | convert_utils.cpp | 75 cJSON *root = GetJsonAbilityInfo(abilityInfo); in ConvertAbilityInfoToString() local 89 cJSON *root = GetJsonBundleInfo(bundleInfo); in ConvertBundleInfoToString() local 125 cJSON *root = cJSON_ParseWithLength(str, buffSize); in ConvertStringToAbilityInfo() local 153 cJSON *root = cJSON_ParseWithLength(str, buffSize); in ConvertStringToBundleInfo() local 216 cJSON *root = cJSON_CreateObject(); in GetJsonBundleInfo() local 237 bool ConvertUtils::ConvertBundleInfoPartToJson(const BundleInfo *bundleInfo, cJSON *root) in ConvertBundleInfoPartToJson() 272 bool ConvertUtils::ConvertModuleInfosToJson(const BundleInfo *bundleInfo, cJSON *root) in ConvertModuleInfosToJson() 298 bool ConvertUtils::ConvertAbilityInfosToJson(const BundleInfo *bundleInfo, cJSON *root) in ConvertAbilityInfosToJson() 540 cJSON *root = cJSON_CreateObject(); in GetJsonAbilityInfo() local 571 bool ConvertUtils::ConvertJsonToBundleInfo(const cJSON *root, BundleInfo *bundleInfo) in ConvertJsonToBundleInfo() [all …]
|
| /foundation/resourceschedule/background_task_mgr/services/common/src/ |
| D | data_storage_helper.cpp | 43 nlohmann::json root; in RefreshTaskRecord() local 58 nlohmann::json root; in RestoreTaskRecord() local 83 nlohmann::json root; in RestoreResourceRecord() local 172 nlohmann::json root; in ConvertMapToString() local 182 void DataStorageHelper::ConvertMapToJson(const ResourceRecordMap &appRecord, nlohmann::json &root) in ConvertMapToJson() 191 void DataStorageHelper::DivideJsonToMap(nlohmann::json &root, in DivideJsonToMap()
|
| /foundation/filemanagement/app_file_service/utils/src/b_tarball/ |
| D | b_tarball_factory.cpp | 46 static void UntarFort(string_view root) in UntarFort() 70 string_view root, in TarFilter() 170 … string_view root, vector<string_view> includes, vector<string_view> excludes) { in Create() 176 tarballImpl->untar = [untar {tarballImpl->untar}](string_view root) { in Create()
|
| /foundation/filemanagement/app_file_service/tests/unittests/backup_ext/ |
| D | untar_file_test.cpp | 121 string root = tm.GetRootDirCurTest(); variable 165 string root = tm.GetRootDirCurTest(); variable 200 string root = tm.GetRootDirCurTest(); variable
|
| D | tar_file_test.cpp | 128 string root = tm.GetRootDirCurTest(); variable 164 string root = tm.GetRootDirCurTest(); variable 228 string root = tm.GetRootDirCurTest(); variable 270 string root = tm.GetRootDirCurTest(); variable 313 string root = tm.GetRootDirCurTest(); variable
|
| /foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/src/ |
| D | lru_cache_disk_handler.cpp | 44 Json::Value root; in ReadJsonValueFromFile() local 55 void LRUCacheDiskHandler::WriteJsonValueToFile(const Json::Value &root) in WriteJsonValueToFile() 73 Json::Value root = oldCache.WriteCacheToJsonValue(); in WriteCacheToJsonFile() local
|
| /foundation/window/window_manager/wmserver/include/ |
| D | accessibility_connection.h | 31 explicit AccessibilityConnection(sptr<WindowRoot>& root) : windowRoot_(root) {} in AccessibilityConnection()
|
| D | input_window_monitor.h | 30 explicit InputWindowMonitor(sptr<WindowRoot>& root) : windowRoot_(root) {} in InputWindowMonitor()
|
| /foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/ |
| D | b_json_entity_extension_config_test.cpp | 79 string root = tm.GetRootDirCurTest(); variable 111 string root = tm.GetRootDirCurTest(); variable 142 string root = tm.GetRootDirCurTest(); variable 173 string root = tm.GetRootDirCurTest(); variable 207 string root = tm.GetRootDirCurTest(); variable 241 string root = tm.GetRootDirCurTest(); variable 273 string root = tm.GetRootDirCurTest(); variable
|
| /foundation/window/window_manager/wmserver/include/window_snapshot/ |
| D | snapshot_controller.h | 34 SnapshotController(sptr<WindowRoot>& root, std::shared_ptr<AppExecFwk::EventHandler>& handler) in SnapshotController()
|
| /foundation/arkui/ace_engine/adapter/preview/external/ability/fa/ |
| D | fa_hap_module_info.cpp | 19 void FaHapModuleInfo::Parse(const std::unique_ptr<JsonValue>& root) in Parse()
|