/foundation/distributedhardware/distributed_input/services/sink/transport/test/sinktransunittest/ |
H A D | distributed_input_sinktrans_test.cpp | 74 DistributedInputSinkTransport::GetInstance().HandleData(sessionId, jsonStr1_.dump()); in HWTEST_F() 76 DistributedInputSinkTransport::GetInstance().HandleData(sessionId, jsonStr1_.dump()); in HWTEST_F() 79 DistributedInputSinkTransport::GetInstance().HandleData(sessionId, jsonStr8_.dump()); in HWTEST_F() 81 DistributedInputSinkTransport::GetInstance().HandleData(sessionId, jsonStr8_.dump()); in HWTEST_F() 83 DistributedInputSinkTransport::GetInstance().HandleData(sessionId, jsonStr8_.dump()); in HWTEST_F() 85 DistributedInputSinkTransport::GetInstance().HandleData(sessionId, jsonStr8_.dump()); in HWTEST_F() 125 DistributedInputSinkTransport::GetInstance().HandleData(sessionId, jsonStr2_.dump()); in HWTEST_F() 128 DistributedInputSinkTransport::GetInstance().HandleData(sessionId, jsonStr2_.dump()); in HWTEST_F() 131 DistributedInputSinkTransport::GetInstance().HandleData(sessionId, jsonStr9_.dump()); in HWTEST_F() 133 DistributedInputSinkTransport::GetInstance().HandleData(sessionId, jsonStr9_.dump()); in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/test/ |
H A D | beans_test.py | 46 frame_node.dump() 56 touch_point.dump() 64 procedure_step.dump() 74 state_history.dump() 87 event_node.dump() 106 event_scope.dump() 139 event_procedures.dump() 170 event_tree.dump()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | fillp_dfx.c | 403 static FILLP_INT FillpDumpShowHelp(void *softObj, FillpDfxDumpFunc dump) in FillpDumpShowHelp() argument 410 dump(softObj, data, len); in FillpDumpShowHelp() 420 static FILLP_INT FillpDumpShowVer(void *softObj, FillpDfxDumpFunc dump) in FillpDumpShowVer() argument 427 dump(softObj, data, len); in FillpDumpShowVer() 437 static FILLP_INT FillpDumpShowLogLevel(void *softObj, FillpDfxDumpFunc dump) in FillpDumpShowLogLevel() argument 444 dump(softObj, data, len); in FillpDumpShowLogLevel() 485 static FILLP_INT FillpDumpShowSockResource(FILLP_INT sockIndex, void *softObj, FillpDfxDumpFunc dump) in FillpDumpShowSockResource() argument 492 dump(softObj, data, len); in FillpDumpShowSockResource() 502 dump(softObj, data, len); in FillpDumpShowSockResource() 554 static FILLP_INT FillpDumpShowSockList(void *softObj, FillpDfxDumpFunc dump) in FillpDumpShowSockList() argument 625 FillpDfxGetSock(FILLP_INT sockIndex, void *softObj, FillpDfxDumpFunc dump, FILLP_CHAR *data, FILLP_UINT32 *len) FillpDfxGetSock() argument 643 FillpDumpShowSockData(FILLP_INT sockIndex, void *softObj, FillpDfxDumpFunc dump, FillpDumpSockDataShowCb showCb) FillpDumpShowSockData() argument 662 FillpDumpShowSockQos(FILLP_INT sockIndex, void *softObj, FillpDfxDumpFunc dump) FillpDumpShowSockQos() argument 677 FillpDumpShowFrameStats(FILLP_INT sockIndex, void *softObj, FillpDfxDumpFunc dump) FillpDumpShowFrameStats() argument 682 FillpDumpMgtMsgCb(FILLP_INT optVal, void *softObj, FillpDfxDumpFunc dump) FillpDumpMgtMsgCb() argument 701 FillpDfxDumpFunc dump; global() member 704 FillpDfxCheckArg(FILLP_UINT32 argc, const FILLP_CHAR **argv, FillpDfxDumpFunc dump) FillpDfxCheckArg() argument 815 FillpDfxDump(FILLP_UINT32 argc, const FILLP_CHAR **argv, void *softObj, FillpDfxDumpFunc dump) FillpDfxDump() argument [all...] |
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_dfinder_hidump.c | 53 DFINDER_LOGE(TAG, "malloc dump msg failed"); in CreateDumpMsg() 80 DFINDER_LOGE(TAG, "create dump msg failed"); in PostDumpMsg() 96 static int Dump(void *softObj, uint32_t size, DFinderDumpFunc dump, DumpFunc func) in Dump() argument 104 DFINDER_LOGE(TAG, "dump malloc failed"); in Dump() 109 DFINDER_LOGE(TAG, "dump func exec failed"); in Dump() 114 dump(softObj, buf, strlen(buf) + 1); in Dump() 328 static int32_t EnableMgtMsgLog(const char *optMsg, void *softObj, DFinderDumpFunc dump) in EnableMgtMsgLog() argument 335 dump(softObj, errMsg, strlen(errMsg)); in EnableMgtMsgLog() 336 (void)Dump(softObj, DUMP_BUF_LEN, dump, DumpHelp); in EnableMgtMsgLog() 345 dump(softOb in EnableMgtMsgLog() 358 DFinderDump(const char **argv, uint32_t argc, void *softObj, DFinderDumpFunc dump) DFinderDump() argument [all...] |
/foundation/arkui/ace_engine/adapter/preview/sdk/dump/ |
H A D | dump.py | 21 from resource_index import dump namespace 23 dump(sys.argv[1], sys.argv[2])
|
/foundation/ability/ability_runtime/test/moduletest/module_test_dump_util/ |
H A D | module_test_dump_util.cpp | 149 str_vec dump(dumpInfo); in GetBindingsByUri() 151 auto uriBegin = GetSpecific("uri [" + uri + "]", dump, dump.begin()); in GetBindingsByUri() 152 auto bindingsBegin = GetFirst("Bindings", dump, uriBegin, bindings) + 1; in GetBindingsByUri() 155 (((bindingsBegin + ret) > dump.end()) ? (dump.end()) : (bindingsBegin + ret)), in GetBindingsByUri()
|
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | trust_profile_manager_test.cpp | 111 std::cout << profile[i].dump() <<std::endl; in HWTEST_F() 112 std::cout << profile[i].GetAccesser().dump() <<std::endl; in HWTEST_F() 113 std::cout << profile[i].GetAccessee().dump() <<std::endl; in HWTEST_F() 673 std::cout << profile[i].dump() <<std::endl; in HWTEST_F() 679 std::cout << profile[i].GetAccesser().dump() <<std::endl; in HWTEST_F() 684 std::cout << profile[i].GetAccessee().dump() <<std::endl; in HWTEST_F() 698 std::cout << profile[i].dump() <<std::endl; in HWTEST_F() 699 std::cout << profile[i].GetAccesser().dump() <<std::endl; in HWTEST_F() 700 std::cout << profile[i].GetAccessee().dump() <<std::endl; in HWTEST_F() 718 std::cout << profile[i].dump() <<st in HWTEST_F() [all...] |
H A D | distributed_device_profile_client_rdb_test.cpp | 60 cout << "OnTrustDeviceProfileAdd" << profile.dump() <<endl; in OnTrustDeviceProfileAdd() 65 cout << "OnTrustDeviceProfileDelete" << profile.dump() <<endl; in OnTrustDeviceProfileDelete() 70 cout << "OnTrustDeviceProfileUpdate: oldProfile " << oldProfile.dump() <<endl; in OnTrustDeviceProfileUpdate() 71 cout << "OnTrustDeviceProfileUpdate: newProfile " << newProfile.dump() <<endl; in OnTrustDeviceProfileUpdate()
|
/foundation/communication/ipc/interfaces/innerkits/rust/src/remote/ |
H A D | wrapper.rs | 42 fn dump(self: &mut RemoteStubWrapper, fd: i32, args: Vec<String>) -> i32; in dump() functions 128 pub fn dump(&mut self, fd: i32, args: Vec<String>) -> i32 { in dump() functions 130 self.inner.dump(file, args) in dump()
|
H A D | stub.rs | 27 fn dump(&self, _file: File, _args: Vec<String>) -> i32 { in dump() functions 42 fn dump(&self, file: File, args: Vec<String>) -> i32 { in descriptor() functions 43 R::dump(self, file, args) in descriptor() 64 fn dump(&self, _file: File, _args: Vec<String>) -> i32 { in dump() functions 77 assert_eq!(TEST_NUM, remote.dump(file.as_raw_fd(), &[])); in descriptor()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_graphics.cpp | 31 void SkiaGraphics::DumpMemoryStatistics(SkTraceMemoryDump* dump) in DumpMemoryStatistics() argument 33 return SkGraphics::DumpMemoryStatistics(dump); in DumpMemoryStatistics()
|
/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_discovery_filter.cpp | 48 std::string str = jsonObject.dump(); in HWTEST_F() 58 std::string str = jsonObject.dump(); in HWTEST_F() 69 std::string str = jsonObject.dump(); in HWTEST_F() 80 std::string str = jsonObject.dump(); in HWTEST_F() 92 std::string str = jsonObject.dump(); in HWTEST_F() 104 std::string str = jsonObject.dump(); in HWTEST_F() 119 std::string str = jsonObject.dump(); in HWTEST_F() 135 std::string str = jsonObject.dump(); in HWTEST_F() 151 std::string str = jsonObject.dump(); in HWTEST_F() 168 std::string str = jsonObject.dump(); in HWTEST_F() [all...] |
H A D | UTTest_dm_discovery_filter.cpp | 61 std::string str = jsonObject.dump(); in HWTEST_F() 77 std::string str = jsonObject.dump(); in HWTEST_F() 94 std::string str = jsonObject.dump(); in HWTEST_F() 111 std::string str = jsonObject.dump(); in HWTEST_F() 129 std::string str = jsonObject.dump(); in HWTEST_F() 147 std::string str = jsonObject.dump(); in HWTEST_F() 168 std::string str = jsonObject.dump(); in HWTEST_F() 190 std::string str = jsonObject.dump(); in HWTEST_F() 212 std::string str = jsonObject.dump(); in HWTEST_F() 241 std::string str = jsonObject.dump(); in HWTEST_F() [all...] |
H A D | UTTest_pin_auth.cpp | 76 std::string authToken = jsonObject.dump(); in HWTEST_F() 92 std::string authToken = jsonObject.dump(); in HWTEST_F() 108 std::string authToken = jsonObject.dump(); in HWTEST_F()
|
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/ |
H A D | hichain_auth_connector.cpp | 59 std::string authParam = authParamJson.dump(); in AuthDevice() 76 int32_t ret = ProcessAuthDevice(requestId, jsonAuthParam.dump().c_str(), &deviceAuthCallback_); in ProcessAuthData() 114 std::string jsonStr = jsonObj.dump(); in onRequest() 162 std::string requestParam = jsonObj.dump(); in GenerateCredential() 195 std::string requestParam = jsonObj.dump(); in QueryCredential() 226 std::string requestParam = jsonObj.dump(); in GetCredential() 258 std::string requestParam = jsonObj.dump(); in ImportCredential() 289 std::string requestParam = jsonObj.dump(); in DeleteCredential()
|
H A D | hichain_connector.cpp | 158 int32_t ret = deviceGroupManager_->createGroup(userId, requestId, DM_PKG_NAME, jsonObj.dump().c_str()); in CreateGroup() 182 std::string queryParams = jsonObj.dump(); in IsGroupCreated() 195 std::string queryParams = jsonObj.dump(); in IsRedundanceGroup() 347 std::string tmpStr = jsonObj.dump(); in AddMember() 490 std::string jsonStr = jsonObj.dump(); in onRequest() 515 return jsonObject.dump(); in GetConnectPara() 600 std::string deleteParams = jsonObj.dump(); in DelMemberFromGroup() 619 std::string disbandParams = jsonObj.dump(); in DeleteGroup() 639 std::string disbandParams = jsonObj.dump(); in DeleteGroupExt() 659 std::string disbandParams = jsonObj.dump(); in DeleteGroup() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_patch_parser_test/ |
H A D | bms_patch_parser_test.cpp | 106 profileFileBuffer << errorProfileJson.dump(); in CheckNoPropProfileParseApp() 119 profileFileBuffer << errorProfileJson.dump(); in CheckNoPropProfileParseModule() 130 profileFileBuffer << checkedProfileJson.dump(); in CheckProfileTypes() 149 profileFileBuffer << object.dump(); in HWTEST_F() 286 profileFileBuffer << errorProfileJson.dump(); in HWTEST_F() 306 profileFileBuffer << errorProfileJson.dump(); in HWTEST_F() 327 profileFileBuffer << errorProfileJson.dump(); in HWTEST_F() 574 profileFileBuffer << errorProfileJson.dump(); in HWTEST_F() 612 profileFileBuffer << errorProfileJson.dump(); in HWTEST_F() 632 profileFileBuffer << errorProfileJson.dump(); in HWTEST_F() [all...] |
/foundation/deviceprofile/device_info_manager/radar/src/ |
H A D | dp_radar_helper.cpp | 187 "EXTRA_INFO", accessControlProfile.dump()); in ReportPutAclProfile() 203 "EXTRA_INFO", accessControlProfile.dump()); in ReportPutAclProfile() 230 "EXTRA_INFO", accessControlProfile.dump()); in ReportUpdateAclProfile() 246 "EXTRA_INFO", accessControlProfile.dump()); in ReportUpdateAclProfile() 274 "EXTRA_INFO", trustDeviceProfile.dump()); in ReportGetTrustProfile() 290 "EXTRA_INFO", trustDeviceProfile.dump()); in ReportGetTrustProfile() 306 extraInfo += trustDeviceProfiles[i].dump(); in ReportGetAllTrustProfile() 357 extraInfo += accessControlProfiles[i].dump(); in ReportGetAclProfile() 408 extraInfo += accessControlProfiles[i].dump(); in ReportGetAllAclProfile() 509 "EXTRA_INFO", serviceProfile.dump()); in ReportPutServiceProfile() [all...] |
/foundation/CastEngine/castengine_cast_framework/common/src/ |
H A D | cast_engine_dfx.cpp | 56 return jsonSteamInfo_.dump(); in GetStreamInfo() 68 return jsonLocalDeviceInfo_.dump(); in GetLocalDeviceInfo() 81 return jsonRemoteDeviceInfo_.dump(); in GetRemoteDeviceInfo() 93 return jsonConnectInfo_.dump(); in GetConnectInfo()
|
/foundation/deviceprofile/device_info_manager/services/core/src/utils/ |
H A D | profile_control_utils.cpp | 60 HILOGI("ServiceProfile : %{public}s!", serviceProfile.dump().c_str()); in PutServiceProfile() 95 serviceProfile.dump().c_str(), putServiceResult); in PutServiceProfileBatch() 105 HILOGI("Profile : %{public}s!", charProfile.dump().c_str()); in PutCharacteristicProfile() 132 HILOGI("Profile : %{public}s!", charProfile.dump().c_str()); in PutSwitchCharacteristicProfile() 178 HILOGE("a profile is invalid! charProfile: %{public}s", item.dump().c_str()); in PutSwitchCharacteristicProfileBatch() 182 HILOGW("this profile is exist! charProfile: %{public}s", item.dump().c_str()); in PutSwitchCharacteristicProfileBatch() 185 HILOGI("charProfile: %{public}s!", item.dump().c_str()); in PutSwitchCharacteristicProfileBatch() 215 HILOGE("PutCharacteristic fail, charProfile: %{public}s, errcode: %{public}d!", charProfile.dump().c_str(), in PutCharacteristicProfileBatch() 284 HILOGD("GetServiceProfile in db : %{public}s!", serviceProfile.dump().c_str()); in GetServiceProfile() 328 HILOGD("GetCharacteristicProfile in db : %{public}s!", charProfile.dump() in GetCharacteristicProfile() [all...] |
/foundation/multimedia/player_framework/services/dfx/ |
H A D | service_dump_manager.cpp | 30 void ServiceDumpManager::RegisterDfxDumper(std::u16string key, DfxDumper dump) in RegisterDfxDumper() argument 33 dfxDumper_[key] = dump; in RegisterDfxDumper()
|
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/test/sinkmanagerunittest/ |
H A D | distributed_input_sinkmanager_test.cpp | 215 int32_t ret = sinkManager_->projectWindowListener_->ParseMessage(jsonObj.dump(), in HWTEST_F() 232 int32_t ret = sinkManager_->projectWindowListener_->ParseMessage(jsonObj.dump(), in HWTEST_F() 238 ret = sinkManager_->projectWindowListener_->ParseMessage(jsonObj.dump(), in HWTEST_F() 244 ret = sinkManager_->projectWindowListener_->ParseMessage(jsonObj.dump(), in HWTEST_F() 250 ret = sinkManager_->projectWindowListener_->ParseMessage(jsonObj.dump(), in HWTEST_F() 256 ret = sinkManager_->projectWindowListener_->ParseMessage(jsonObj.dump(), in HWTEST_F() 262 ret = sinkManager_->projectWindowListener_->ParseMessage(jsonObj.dump(), in HWTEST_F() 268 ret = sinkManager_->projectWindowListener_->ParseMessage(jsonObj.dump(), in HWTEST_F()
|
/foundation/distributedhardware/distributed_screen/screenhandler/src/ |
H A D | dscreen_handler.cpp | 101 DScreenHandler::GetInstance().PluginHardware(dhId, attrJson.dump(), subtype); in OnConnect() 182 dhItem.attrs = attrJson.dump(); in RealQuery() 184 DHLOGD("query result: dhId: %{public}s, attrs: %{public}s", dhId.c_str(), attrJson.dump().c_str()); in RealQuery() 245 codecInfoStr_ = codecTypeArray.dump(); in QueryCodecInfo()
|
/foundation/distributedhardware/device_manager/services/service/src/pinholder/ |
H A D | pin_holder.cpp | 170 std::string message = jsonObj.dump(); in DestroyPinHolder() 203 std::string message = jsonObj.dump(); in CreateGeneratePinHolderMsg() 267 std::string content = jsonContent.dump(); in ProcessCreateMsg() 272 std::string msg = jsonObj.dump(); in ProcessCreateMsg() 345 std::string content = jsonContent.dump(); in ProcessDestroyMsg() 351 std::string msg = jsonObj.dump(); in ProcessDestroyMsg() 369 std::string payload = jsonObj.dump(); in CloseSession() 375 std::string content = jsonContent.dump(); in CloseSession() 511 std::string payload = jsonObj.dump(); in OnSessionClosed() 517 std::string content = jsonContent.dump(); in OnSessionClosed() [all...] |
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | mimetype_utils.cpp | 53 json secondFloorJsons = json::parse(firstFloorObj.value().dump(), nullptr, false); in CreateMapFromJson() 59 json thirdFloorJsons = json::parse(secondFloorJson.value().dump(), nullptr, false); in CreateMapFromJson()
|