| /foundation/arkui/ace_engine/test/component_test/tools/previewer_host/utils/ |
| D | json.js | 20 function parseJson(jsonPath) { argument
|
| /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() 55 …const AAFwk::Want& want, const std::string& name, const std::string& jsonPath, const std::string& … in Request() 151 const std::string& jsonPath, const std::string& data, const std::string& extraData) in OnPushCallBack() 271 …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/test/unittest/core/pattern/plugin/uiservice/ |
| D | ui_service_mgr_client_test.cpp | 40 … void OnPushCallBack(const AAFwk::Want& want, const std::string& name, const std::string& jsonPath, in OnPushCallBack() 137 std::string jsonPath = "test.json"; variable
|
| D | ui_service_mgr_client_idl_test.cpp | 37 …rCode OnPushCallBack(const AAFwk::Want& want, const std::string& name, const std::string& jsonPath, in OnPushCallBack() 143 std::string jsonPath = "test.json"; variable
|
| /foundation/arkui/ace_engine/test/unittest/core/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/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/ |
| D | rd_json_object.cpp | 536 cJSON *MoveToPath(cJSON *cjson, const JsonFieldPath &jsonPath, bool caseSens) in MoveToPath() 547 cJSON *MoveToPathPowerMode(cJSON *cjson, const JsonFieldPath &jsonPath, bool caseSens) in MoveToPathPowerMode() 568 JsonObject JsonObject::FindItem(const JsonFieldPath &jsonPath, int &errCode) const in FindItem() argument 593 JsonObject JsonObject::FindItemPowerMode(const JsonFieldPath &jsonPath, int &errCode) const in FindItemPowerMode() argument 615 ValueObject JsonObject::GetObjectByPath(const JsonFieldPath &jsonPath, int &errCode) const in GetObjectByPath() argument
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/ |
| D | bms_extension_profile.cpp | 36 const std::string &jsonPath, BmsExtension &bmsExtension) const in ParseBmsExtension() argument
|
| /foundation/arkui/ace_engine/interfaces/ets/ani/pluginComponent/src/ |
| D | ani_plugin_callback.h | 38 …t AAFwk::Want& want, const std::string& name, const std::string& data, const std::string& jsonPath) in AceJSPluginRequestParam()
|
| D | ani_plugin_component.cpp | 80 std::string jsonPath; in ParsePushAndRequestParameters() local
|
| /foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/ |
| D | js_plugin_callback.h | 44 …t AAFwk::Want& want, const std::string& name, const std::string& data, const std::string& jsonPath) in AceJSPluginRequestParam()
|
| /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/src/ |
| D | ui_service_proxy.cpp | 25 …roxy::OnPushCallBack(const AAFwk::Want& want, const std::string& name, const std::string& jsonPath, in OnPushCallBack()
|
| D | ui_service_stub.cpp | 57 const std::string& jsonPath = data.ReadString(); in OnPushCallBackInner() local
|
| D | ui_service_mgr_proxy.cpp | 73 …erviceMgrProxy::Push(const AAFwk::Want& want, const std::string& name, const std::string& jsonPath, in Push()
|
| D | ui_service_mgr_client.cpp | 68 …rviceMgrClient::Push(const AAFwk::Want& want, const std::string& name, const std::string& jsonPath, in Push()
|
| D | ui_service_mgr_client_idl.cpp | 68 …ceMgrClientIdl::Push(const AAFwk::Want& want, const std::string& name, const std::string& jsonPath, in Push()
|
| D | ui_service_mgr_stub.cpp | 111 const std::string& jsonPath = data.ReadString(); in PushInner() local
|
| D | ui_mgr_service.cpp | 147 …t UIMgrService::Push(const AAFwk::Want& want, const std::string& name, const std::string& jsonPath, in Push()
|
| /foundation/ability/ability_runtime/test/unittest/ui_service_host_stub_test/ |
| D | ui_service_host_stub_test.cpp | 95 const std::string jsonPath = "jsonPath"; variable
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/ |
| D | utils.cpp | 94 auto jsonPath = pagesValue.replace(0, profileMark.size(), "resources/base/profile/") + ".json"; in CheckUrlValid() local
|
| /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 | 68 …rviceMgrClient::Push(const AAFwk::Want& want, const std::string& name, const std::string& jsonPath, in Push()
|