Home
last modified time | relevance | path

Searched refs:startRes (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H A Ddistributed_input_sink_manager.cpp216 int32_t startRes = DistributedInputSinkSwitch::GetInstance().StartSwitch(sessionId); in OnStartRemoteInput() local
218 sinkManagerObj_->SetStartTransFlag((startRes == DH_SUCCESS) ? DInputServerType::SINK_SERVER_TYPE in OnStartRemoteInput()
221 bool result = (startRes == DH_SUCCESS); in OnStartRemoteInput()
229 if (startRes == DH_SUCCESS) { in OnStartRemoteInput()
293 int32_t startRes = DistributedInputSinkSwitch::GetInstance().StartSwitch(sessionId); in OnStartRemoteInputDhid() local
295 bool result = (startRes == DH_SUCCESS); in OnStartRemoteInputDhid()
303 if (startRes != DH_SUCCESS) { in OnStartRemoteInputDhid()
367 int32_t startRes = DistributedInputSinkSwitch::GetInstance().StartSwitch(toSinkSessionId); in OnRelayStartDhidRemoteInput() local
368 bool result = (startRes == DH_SUCCESS); in OnRelayStartDhidRemoteInput()
377 if (startRes ! in OnRelayStartDhidRemoteInput()
448 int32_t startRes = DistributedInputSinkSwitch::GetInstance().StartSwitch(toSinkSessionId); OnRelayStartTypeRemoteInput() local
[all...]
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_packer_napi.cpp1011 auto startRes = context->rImagePacker->StartPacking(context->fd, context->packOption); in STATIC_EXEC_FUNC() local
1012 if (startRes != SUCCESS) { in STATIC_EXEC_FUNC()
1014 BuildMsgOnError(context, startRes == SUCCESS, "Start packing failed", startRes); in STATIC_EXEC_FUNC()

Completed in 3 milliseconds