| /foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
| D | plugin_component_manager.cpp | 44 …mponentManager::Push(const AAFwk::Want& want, const std::string& name, const std::string& jsonPath, in Push() 52 …const AAFwk::Want& want, const std::string& name, const std::string& jsonPath, const std::string& … in Request() 120 …const std::string& name, const std::string& jsonPath, const std::string& data, const std::string& … in OnPushCallBack() 204 …const std::string& packagePathStr, const std::string& pluginName, const std::string& jsonPath, std… in GetTemplatePathFromJsonFile()
|
| /foundation/filemanagement/app_file_service/interfaces/common/src/ |
| D | json_utils.cpp | 25 int32_t JsonUtils::GetJsonObjFromPath(nlohmann::json& jsonObj, const std::string& jsonPath) in GetJsonObjFromPath()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/plugin/mock/ |
| D | mock_plugin_component_manager.cpp | 73 const std::string& jsonPath, const std::string& data, const std::string& extraData) in OnPushCallBack() 89 …const std::string& packagePathStr, const std::string& pluginName, const std::string& jsonPath, std… in GetTemplatePathFromJsonFile()
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/gaussdb_rd/src/oh_adapter/src/ |
| D | json_object.cpp | 537 cJSON *MoveToPath(cJSON *cjson, const JsonFieldPath &jsonPath, bool caseSens) in MoveToPath() 548 cJSON *MoveToPathPowerMode(cJSON *cjson, const JsonFieldPath &jsonPath, bool caseSens) in MoveToPathPowerMode() 569 JsonObject JsonObject::FindItem(const JsonFieldPath &jsonPath, int &errCode) const in FindItem() argument 594 JsonObject JsonObject::FindItemPowerMode(const JsonFieldPath &jsonPath, int &errCode) const in FindItemPowerMode() argument 616 ValueObject JsonObject::GetObjectByPath(const JsonFieldPath &jsonPath, int &errCode) const in GetObjectByPath() argument
|
| /foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_service_proxy_test/ |
| D | ui_service_proxy_test.cpp | 60 const std::string jsonPath = "jsonPath"; variable
|
| /foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_service_mgr_client_test/ |
| D | ui_service_mgr_client_test.cpp | 111 const std::string jsonPath = "jsonPath"; variable
|
| D | mock_ui_mgr_service.h | 54 …int Push(const AAFwk::Want& want, const std::string& name, const std::string& jsonPath, const std:… in Push()
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/ |
| D | bms_extension_profile.cpp | 35 const std::string &jsonPath, BmsExtension &bmsExtension) const in ParseBmsExtension() argument
|
| /foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/ |
| D | js_plugin_callback.h | 42 const std::string jsonPath) : want_(want), name_(name), data_(data), jsonPath_(jsonPath) in AceJSPluginRequestParam()
|
| /foundation/arkui/ace_engine/adapter/ohos/services/uiservice/src/ |
| D | ui_service_proxy.cpp | 29 …roxy::OnPushCallBack(const AAFwk::Want& want, const std::string& name, const std::string& jsonPath, in OnPushCallBack()
|
| D | ui_service_stub.cpp | 63 const std::string& jsonPath = data.ReadString(); in OnPushCallBackInner() local
|
| D | ui_service_mgr_proxy.cpp | 80 …erviceMgrProxy::Push(const AAFwk::Want& want, const std::string& name, const std::string& jsonPath, in Push()
|
| D | ui_service_mgr_stub.cpp | 100 const std::string& jsonPath = data.ReadString(); in PushInner() local
|
| D | ui_service_mgr_client.cpp | 73 …rviceMgrClient::Push(const AAFwk::Want& want, const std::string& name, const std::string& jsonPath, in Push()
|
| D | ui_mgr_service.cpp | 154 …t UIMgrService::Push(const AAFwk::Want& want, const std::string& name, const std::string& jsonPath, in Push()
|
| /foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
| D | bundle_installer.cpp | 477 bool BundleInstaller::BackUpUidAndGidInfo(const InstallRecord &record, const char *jsonPath) in BackUpUidAndGidInfo() 649 bool BundleInstaller::BackUpInstallRecord(const InstallRecord &record, const char *jsonPath) in BackUpInstallRecord() 736 std::string jsonPath = std::string(JSON_PATH) + fileName + JSON_SUFFIX; in RenameJsonFile() local
|
| D | gt_bundle_installer.cpp | 740 bool GtBundleInstaller::BackUpInstallRecord(const InstallRecord &record, const char *jsonPath) in BackUpInstallRecord() 834 char *jsonPath = BundleUtil::Strscat(jsonPathComp, sizeof(jsonPathComp) / sizeof(char *)); in RenameJsonFile() local
|
| /foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_service_stub_test/ |
| D | ui_service_stub_test.cpp | 89 const std::string jsonPath = "jsonPath"; variable
|
| /foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_service_mgr_proxy_test/ |
| D | ui_service_mgr_proxy_test.cpp | 117 const std::string jsonPath = "jsonPath"; variable
|
| /foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_mgr_service_test/ |
| D | ui_mgr_service_test.cpp | 150 const std::string jsonPath = "jsonPath"; variable
|
| /foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/ |
| D | bundle_daemon_handler.cpp | 277 bool BundleDaemonHandler::IsValideJsonPath(const char *jsonPath) in IsValideJsonPath()
|
| /foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/arkui_mock/src/ |
| D | ui_service_mgr_client_mock.cpp | 71 …rviceMgrClient::Push(const AAFwk::Want& want, const std::string& name, const std::string& jsonPath, in Push()
|
| /foundation/ability/ability_runtime/test/moduletest/mock/src/ |
| D | ui_service_mgr_client_mock.cpp | 69 …rviceMgrClient::Push(const AAFwk::Want& want, const std::string& name, const std::string& jsonPath, in Push()
|
| /foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_service_mgr_stub_test/ |
| D | ui_service_mgr_stub_test.cpp | 193 const std::string jsonPath = "jsonPath"; variable
|
| /foundation/systemabilitymgr/samgr/services/common/src/ |
| D | parse_util.cpp | 565 bool ParseUtil::ParseJsonObj(nlohmann::json& jsonObj, const string& jsonPath) in ParseJsonObj()
|