Home
last modified time | relevance | path

Searched refs:CheckParam (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_check_param.h29 bool CheckParam(const std::string &deviceId, sptr<IRemoteBroker> callback);
30 …bool CheckParam(const std::string &deviceId, const uint32_t &inputTypes, sptr<IRemoteBroker> callb…
31 bool CheckParam(const std::string &srcId, const std::string &sinkId, const uint32_t &inputTypes,
33 …bool CheckParam(const std::string &srcId, const std::string &sinkId, sptr<IRemoteBroker> callback);
34 bool CheckParam(const std::string &sinkId, const std::vector<std::string> &dhIds,
36 …bool CheckParam(const std::string &srcId, const std::string &sinkId, const std::vector<std::string…
H A Dinput_check_param.cpp29 bool DInputCheckParam::CheckParam(const std::string &deviceId, sptr<IRemoteBroker> callback) in CheckParam() function in OHOS::DistributedHardware::DistributedInput::DInputCheckParam
42 bool DInputCheckParam::CheckParam(const std::string &deviceId, const uint32_t &inputTypes, in CheckParam() function in OHOS::DistributedHardware::DistributedInput::DInputCheckParam
62 bool DInputCheckParam::CheckParam(const std::string &srcId, const std::string &sinkId, const uint32… in CheckParam() function in OHOS::DistributedHardware::DistributedInput::DInputCheckParam
86 bool DInputCheckParam::CheckParam(const std::string &srcId, const std::string &sinkId, in CheckParam() function in OHOS::DistributedHardware::DistributedInput::DInputCheckParam
104 bool DInputCheckParam::CheckParam(const std::string &sinkId, const std::vector<std::string> &dhIds, in CheckParam() function in OHOS::DistributedHardware::DistributedInput::DInputCheckParam
128 bool DInputCheckParam::CheckParam(const std::string &srcId, const std::string &sinkId, in CheckParam() function in OHOS::DistributedHardware::DistributedInput::DInputCheckParam
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/permission/include/
H A Dpermit_delegate.h29 using CheckParam = DistributedDB::PermissionCheckParam; variable
38 API_EXPORT bool VerifyPermission(const CheckParam &param, uint8_t flag);
48 …Status LoadStoreMeta(const std::string &prefix, const CheckParam &param, StoreMetaData &data) cons…
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddistributed_input_client.cpp389 if (!DInputCheckParam::GetInstance().CheckParam(deviceId, callback)) { in PrepareRemoteInput()
404 if (!DInputCheckParam::GetInstance().CheckParam(deviceId, callback)) { in UnprepareRemoteInput()
420 if (!DInputCheckParam::GetInstance().CheckParam(deviceId, inputTypes, callback)) { in StartRemoteInput()
436 if (!DInputCheckParam::GetInstance().CheckParam(deviceId, inputTypes, callback)) { in StopRemoteInput()
453 if (!DInputCheckParam::GetInstance().CheckParam(srcId, sinkId, inputTypes, callback)) { in StartRemoteInput()
485 if (!DInputCheckParam::GetInstance().CheckParam(srcId, sinkId, callback)) { in PrepareRemoteInput()
501 if (!DInputCheckParam::GetInstance().CheckParam(srcId, sinkId, callback)) { in UnprepareRemoteInput()
516 if (!DInputCheckParam::GetInstance().CheckParam(sinkId, dhIds, callback)) { in StartRemoteInput()
531 if (!DInputCheckParam::GetInstance().CheckParam(sinkId, dhIds, callback)) { in StopRemoteInput()
547 if (!DInputCheckParam::GetInstance().CheckParam(srcId, sinkId, dhIds, callback)) { in StartRemoteInput()
[all …]
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/form_runtime/
H A Dform_extension_provider_client.cpp124 std::pair<int, int> errorCode = CheckParam(want, callerToken); in NotifyFormDelete()
166 std::pair<int, int> errorCode = CheckParam(want, callerToken); in NotifyFormsDelete()
203 std::pair<int, int> errorCode = CheckParam(want, callerToken); in NotifyFormUpdate()
240 std::pair<int, int> errorCode = CheckParam(want, callerToken); in EventNotify()
279 std::pair<int, int> errorCode = CheckParam(want, callerToken); in NotifyFormCastTempForm()
315 std::pair<int, int> errorCode = CheckParam(want, callerToken); in FireFormEvent()
352 std::pair<int, int> errorCode = CheckParam(want, callerToken); in AcquireState()
431 std::pair<ErrCode, ErrCode> FormExtensionProviderClient::CheckParam(const Want &want, in CheckParam() function in OHOS::AbilityRuntime::FormExtensionProviderClient
/ohos5.0/foundation/communication/dsoftbus/core/discovery/coap/nstackx_coap/src/
H A Ddisc_coap.c186 static bool CheckParam(const PublishOption *pubOption, const SubscribeOption *subOption, bool isPub… in CheckParam() function
207 …DISC_CHECK_AND_RETURN_RET_LOGE(CheckParam(option, NULL, true), SOFTBUS_INVALID_PARAM, DISC_COAP, "… in Publish()
280 …DISC_CHECK_AND_RETURN_RET_LOGE(CheckParam(option, NULL, true), SOFTBUS_INVALID_PARAM, DISC_COAP, "… in UnPublish()
354 …DISC_CHECK_AND_RETURN_RET_LOGE(CheckParam(NULL, option, false), SOFTBUS_INVALID_PARAM, DISC_COAP, … in Discovery()
423 …DISC_CHECK_AND_RETURN_RET_LOGE(CheckParam(NULL, option, false), SOFTBUS_INVALID_PARAM, DISC_COAP, … in StopDisc()
/ohos5.0/base/update/sys_installer/tools/module_update_tool/
H A Dmain.cpp47 static bool CheckParam(int argc) in CheckParam() function
161 if (!CheckParam(argc)) { in main()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/permission/src/
H A Dpermit_delegate.cpp56 auto permitCall = [this](const CheckParam &Param, uint8_t flag) -> bool { in Init()
80 bool PermitDelegate::VerifyPermission(const CheckParam &param, uint8_t flag) in VerifyPermission()
/ohos5.0/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_speed_test.c209 static int32_t CheckParam(int32_t argc, const char *argv[], struct UsbSpeedTest *speedTest) in CheckParam() function
256 ret = CheckParam(argc, argv, &test); in main()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/include/
H A Djs_strategy_context.h46 std::pair<Status, std::string> CheckParam() in CheckParam() function
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_manager.cpp480 if (!DInputCheckParam::GetInstance().CheckParam(deviceId, callback)) { in PrepareRemoteInput()
518 if (!DInputCheckParam::GetInstance().CheckParam(deviceId, callback)) { in UnprepareRemoteInput()
545 if (!DInputCheckParam::GetInstance().CheckParam(deviceId, inputTypes, callback)) { in StartRemoteInput()
590 if (!DInputCheckParam::GetInstance().CheckParam(deviceId, inputTypes, callback)) { in StopRemoteInput()
634 if (!DInputCheckParam::GetInstance().CheckParam(srcId, sinkId, inputTypes, callback)) { in StartRemoteInput()
764 if (!DInputCheckParam::GetInstance().CheckParam(srcId, sinkId, callback)) { in PrepareRemoteInput()
800 if (!DInputCheckParam::GetInstance().CheckParam(srcId, sinkId, callback)) { in UnprepareRemoteInput()
852 if (!DInputCheckParam::GetInstance().CheckParam(sinkId, dhIds, callback)) { in StartRemoteInput()
894 if (!DInputCheckParam::GetInstance().CheckParam(sinkId, dhIds, callback)) { in StopRemoteInput()
934 if (!DInputCheckParam::GetInstance().CheckParam(srcId, sinkId, dhIds, callback)) { in StartRemoteInput()
[all …]
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_client.cpp57 auto res = ctxt->CheckParam(); in SetCloudStrategy()
H A Djs_config.cpp401 auto res = ctxt->CheckParam(); in SetGlobalCloudStrategy()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/form_runtime/
H A Dform_extension_provider_client.h160 std::pair<int, int> CheckParam(const Want &want,
/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_sdkapi_speed.c298 static struct AcmDevice *CheckParam(int32_t argc, const char *argv[]) in CheckParam() function
421 acm = CheckParam(argc, (const char **)argv); in main()
H A Dusbhost_sdkraw_speed.c549 static int32_t CheckParam(int32_t argc, const char *argv[]) in CheckParam() function
655 ret = CheckParam(argc, (const char **)argv); in main()
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_panel.h119 static napi_status CheckParam(napi_env env, size_t argc, napi_value *argv,
H A Djs_panel.cpp409 napi_status JsPanel::CheckParam(napi_env env, size_t argc, napi_value *argv, in CheckParam() function in OHOS::MiscServices::JsPanel
442 if (CheckParam(env, argc, argv, ctxt) != napi_ok) { in AdjustPanelRect()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
H A Dcipher_sm4_openssl.c277 static HcfResult CheckParam(HcfCipherGeneratorSpi* self, enum HcfCryptoMode opMode, HcfKey* key) in CheckParam() function
358 if (CheckParam(self, opMode, key) != HCF_SUCCESS) { in EngineCipherInit()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Daudio_server.h199 int32_t CheckParam(const AudioProcessConfig &config);
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_dump.cpp1248 bool CheckParam() in CheckParam() function
1280 if (CheckParam() && CheckTraceFile()) { in CheckServiceRunning()
1437 int ret = CheckParam(); in SetCheckParam()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_server.cpp1150 int32_t ret = CheckParam(config); in CheckConfigFormat()
1206 int32_t AudioServer::CheckParam(const AudioProcessConfig &config) in CheckParam() function in OHOS::AudioStandard::AudioServer