Home
last modified time | relevance | path

Searched refs:CreateMsg (Results 1 – 25 of 43) sorted by relevance

12

/ohos5.0/base/startup/appspawn/test/moduletest/
H A Dappspawn_module_test.cpp672 commander.CreateMsg(reqHandle, defaultAppInfo1.c_str());
700 commander.CreateMsg(reqHandle, defaultAppInfo1.c_str());
728 commander.CreateMsg(reqHandle, defaultAppInfo2.c_str());
795 commander.CreateMsg(reqHandle, defaultAppInfo1.c_str());
816 commander.CreateMsg(reqHandle, defaultAppInfo2.c_str());
860 commander.CreateMsg(reqHandle, defaultWebInfo1.c_str());
914 commander.CreateMsg(reqHandle, defaultAppInfo2.c_str());
936 commander.CreateMsg(reqHandle, defaultAppInfo1.c_str());
981 commander.CreateMsg(reqHandle, defaultWebInfo1.c_str());
1036 commander.CreateMsg(reqHandle, defaultAppInfo1.c_str());
[all …]
H A Dappspawn_client_test.cpp36 static AppSpawnReqMsgHandle CreateMsg(AppSpawnClientHandle handle, const char *bundleName, RunMode … in CreateMsg() function
97 …AppSpawnReqMsgHandle reqHandle = CreateMsg(clientHandle, "ohos.samples.clock", MODE_FOR_APP_SPAWN);
112 …AppSpawnReqMsgHandle reqHandle = CreateMsg(clientHandle, "ohos.samples.clock", MODE_FOR_NATIVE_SPA…
H A Dappspawn_test_cmder.h71 int CreateMsg(AppSpawnReqMsgHandle &reqHandle, const char *defaultConfig,
/ohos5.0/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/
H A Ddcamera_hisysevent_adapter_test.cpp70 std::string ret = CreateMsg(eventName.c_str());
88 std::string ret = CreateMsg(eventName.c_str());
106 std::string ret = CreateMsg(eventName.c_str());
123 std::string ret = CreateMsg(eventName.c_str());
144 std::string ret = CreateMsg(eventName.c_str());
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_common_test.cpp75 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_SPAWN_NATIVE_PROCESS, 0);
102 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_SPAWN_NATIVE_PROCESS, 0);
129 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_SPAWN_NATIVE_PROCESS, 0);
159 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_SPAWN_NATIVE_PROCESS, 0);
191 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_SPAWN_NATIVE_PROCESS, 0);
223 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_SPAWN_NATIVE_PROCESS, 0);
252 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_SPAWN_NATIVE_PROCESS, 0);
274 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_SPAWN_NATIVE_PROCESS, 0);
296 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_SPAWN_NATIVE_PROCESS, 0);
318 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_SPAWN_NATIVE_PROCESS, 0);
[all …]
H A Dapp_spawn_child_test.cpp83 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 0);
120 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 0);
159 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 1);
198 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_SPAWN_NATIVE_PROCESS, 1);
238 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_SPAWN_NATIVE_PROCESS, 0);
325 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 0);
362 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 0);
511 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 0);
552 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 0);
595 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 0);
[all …]
H A Dapp_spawn_sandbox_new_test.cpp1164 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 1);
1217 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 1);
1269 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 1);
1329 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 1);
1380 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 1);
1432 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 1);
1490 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 1);
1547 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 1);
1600 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 1);
1653 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 1);
[all …]
H A Dapp_spawn_cold_run_test.cpp139 AppSpawnReqMsgHandle reqHandle = testServer->CreateMsg(clientHandle, MSG_APP_SPAWN, 0);
167 AppSpawnReqMsgHandle reqHandle = testServer->CreateMsg(clientHandle, MSG_APP_SPAWN, 0);
201 AppSpawnReqMsgHandle reqHandle = testServer->CreateMsg(clientHandle, MSG_APP_SPAWN, 0);
234 AppSpawnReqMsgHandle reqHandle = testServer->CreateMsg(clientHandle, MSG_APP_SPAWN, 0);
H A Dapp_spawn_service_test.cpp77 AppSpawnReqMsgHandle reqHandle = testServer->CreateMsg(clientHandle, MSG_APP_SPAWN, 0);
112 AppSpawnReqMsgHandle reqHandle = testServer->CreateMsg(clientHandle, MSG_APP_SPAWN, 0);
145 AppSpawnReqMsgHandle reqHandle = testServer->CreateMsg(clientHandle, MSG_APP_SPAWN, 0);
175 AppSpawnReqMsgHandle reqHandle = testServer->CreateMsg(clientHandle, MSG_DUMP, 0);
196 … AppSpawnReqMsgHandle reqHandle = testServer->CreateMsg(clientHandle, MSG_SPAWN_NATIVE_PROCESS, 0);
228 … AppSpawnReqMsgHandle reqHandle = testServer->CreateMsg(clientHandle, MSG_SPAWN_NATIVE_PROCESS, 0); in __anonae1553f40102()
560 … AppSpawnReqMsgHandle reqHandle = testServer->CreateMsg(clientHandle, MSG_SPAWN_NATIVE_PROCESS, 0);
606 … AppSpawnReqMsgHandle reqHandle = testServer->CreateMsg(clientHandle, MSG_SPAWN_NATIVE_PROCESS, 0);
655 AppSpawnReqMsgHandle reqHandle = testServer->CreateMsg(clientHandle, MSG_APP_SPAWN, 0);
H A Dnweb_spawn_service_test.cpp74 AppSpawnReqMsgHandle reqHandle = testServer->CreateMsg(clientHandle, MSG_APP_SPAWN, 0);
108 AppSpawnReqMsgHandle reqHandle = testServer->CreateMsg(clientHandle, MSG_APP_SPAWN, 0);
141 AppSpawnReqMsgHandle reqHandle = testServer->CreateMsg(clientHandle, MSG_APP_SPAWN, 0);
171 AppSpawnReqMsgHandle reqHandle = testServer->CreateMsg(clientHandle, MSG_DUMP, 0);
192 … AppSpawnReqMsgHandle reqHandle = testServer->CreateMsg(clientHandle, MSG_SPAWN_NATIVE_PROCESS, 0);
H A Dapp_spawn_beget_test.cpp127 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_BEGET_CMD, 0);
172 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_BEGET_CMD, 0);
H A Dapp_spawn_sandbox_test.cpp61 AppSpawnReqMsgHandle reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 0); in GetTestAppProperty()
71 AppSpawnReqMsgHandle reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 0); in GetTestAppPropertyWithExtInfo()
1384 AppSpawnReqMsgHandle reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 0);
1406 AppSpawnReqMsgHandle reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 0);
1431 AppSpawnReqMsgHandle reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 0);
1453 AppSpawnReqMsgHandle reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 0);
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_client_test/
H A Dapp_spawn_client_test.cpp231 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 1);
271 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 1);
306 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 1);
348 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 1);
384 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 1);
420 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 1);
457 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 1);
492 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 1);
527 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 1);
579 reqHandle = g_testHelper.CreateMsg(clientHandle, MSG_APP_SPAWN, 1);
[all …]
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/buffer_adapter/standard/
H A Dbuffer_adapter.h83 … CameraHalHisysevent::CreateMsg("CameraFormatToPixelFormat failed cameraFormat:%d", cameraFormat)); in CameraFormatToPixelFormat()
97 … CameraHalHisysevent::CreateMsg("PixelFormatToCameraFormat failed format:%d", format)); in PixelFormatToCameraFormat()
/ohos5.0/foundation/multimedia/player_framework/services/utils/
H A Dmedia_dfx.cpp118 bool MediaEvent::CreateMsg(const char *format, ...) in CreateMsg() function in OHOS::Media::MediaEvent
296 if (event.CreateMsg("%s, current state is: %s", "state change", status.c_str())) { in BehaviorEventWrite()
304 if (event.CreateMsg("%s, current state is: %s", "state change", status.c_str())) { in BehaviorEventWriteForScreenCapture()
316 if (event.CreateMsg("%s is invoke %s", bundleName.c_str(), module.c_str())) { in StatisticEventWriteBundleName()
325 if (event.CreateMsg("%s", msg.c_str())) { in FaultEventWrite()
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_sink/src/
H A Ddcamera_sink_load_callback.cpp49CreateMsg("dcamera sink OnLoadSystemAbilityFail, systemAbilityId: %d", systemAbilityId)); in OnLoadSystemAbilityFail()
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_source/src/
H A Ddcamera_source_load_callback.cpp49CreateMsg("dcamera source OnLoadSystemAbilityFail, systemAbilityId: %d", systemAbilityId)); in OnLoadSystemAbilityFail()
/ohos5.0/drivers/peripheral/camera/vdi_base/usb_camera/pipeline_core/src/node/
H A Dface_node.cpp176 …CameraHalHisysevent::CreateMsg("streamId:%d CopyMetadataBuffer failed", outPutBuffer->GetStreamId(… in CopyMetadataBuffer()
188 … CameraHalHisysevent::CreateMsg("streamId:%d CopyBuffer failed", outPutBuffer->GetStreamId())); in CopyBuffer()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/
H A Dstream_pipeline_core.cpp52 … CameraHalHisysevent::CreateMsg("CreatePipeline GeneratePipelineSpec failed mode:%d", mode)); in CreatePipeline()
58 CameraHalHisysevent::CreateMsg("CreatePipeline Build failed mode:%d", mode)); in CreatePipeline()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/utils/event/
H A Dcamera_hal_hisysevent.h54 static std::string CreateMsg(const char* format, ...);
H A Dcamera_hal_hisysevent.cpp47 std::string CameraHalHisysevent::CreateMsg(const char* format, ...) in CreateMsg() function in OHOS::Camera::CameraHalHisysevent
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/standard/
H A Dstream_tunnel.cpp98 …CameraHalHisysevent::CreateMsg("request graphic buffer failed rc:%s", SurfaceErrorStr(sfError).c_s… in GetBuffer()
261 … CameraHalHisysevent::CreateMsg("graphic buffer transfor camera buffer failed rc:%d", rc)); in GetCameraBufferAndUpdateInfo()
/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/utils/
H A Ddcamera_hisysevent_adapter.h66 std::string CreateMsg(const char *format, ...);
/ohos5.0/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Ddcamera_hisysevent_adapter.cpp143 std::string CreateMsg(const char *format, ...) in CreateMsg() function
/ohos5.0/foundation/multimedia/player_framework/services/utils/include/
H A Dmedia_dfx.h58 bool CreateMsg(const char *format, ...) __attribute__((__format__(printf, 2, 3)));

12