Home
last modified time | relevance | path

Searched defs:param (Results 3026 - 3050 of 4647) sorted by relevance

1...<<121122123124125126127128129130>>...186

/foundation/multimedia/media_lite/services/player_lite/impl/
H A Dplayer_impl.cpp287 PlayerCtrlCallbackParam param; in Prepare() local
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H A Davmetadatahelper_impl.cpp695 FetchFrameAtTime( int64_t timeUs, int32_t option, const PixelMapParams &param) FetchFrameAtTime() argument
737 ScalePixelMap( std::shared_ptr<PixelMap> &pixelMap, PixelMapInfo &info, const PixelMapParams &param) ScalePixelMap() argument
751 FetchFrameYuv(int64_t timeUs, int32_t option, const PixelMapParams &param) FetchFrameYuv() argument
[all...]
/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H A Dplayer_mock.cpp641 int32_t PlayerMock::SetParameter(const Format &param) in SetParameter() argument
/foundation/multimedia/player_framework/services/services/player/ipc/
H A Dplayer_service_stub.cpp534 int32_t PlayerServiceStub::SetParameter(const Format &param) in SetParameter() argument
996 Format param; in SetParameter() local
/foundation/multimedia/media_library/frameworks/js/src/
H A Dsmart_album_napi.cpp853 static napi_value GetAssetIds(napi_env env, napi_value param, SmartAlbumNapiAsyncContext &context) in GetAssetIds() argument
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/include/
H A Dplayer_define.h191 void* param; member
/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H A Drecorder_impl.cpp1013 struct sched_param param = {}; in DataSourceProcess() local
1017 pthread_setschedparam(pthread_self(), SCHED_RR, &param); in DataSourceProcess() local
1096 struct sched_param param = {}; in AudioSourceProcess() local
1100 pthread_setschedparam(pthread_self(), SCHED_RR, &param); in AudioSourceProcess() local
1179 struct sched_param param = {}; VideoSourceProcess() local
1183 pthread_setschedparam(pthread_self(), SCHED_RR, &param); VideoSourceProcess() local
[all...]
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp194 cJSON* param = cJSON_GetArrayItem(params, i); in GetParams() local
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_transreporter.c507 SoftBusEvtParam* param = &msg->paramArray[SOFTBUS_EVT_PARAM_ZERO]; in CreateCalledApiInfoMsg() local
540 SoftBusEvtParam* param = &msg->paramArray[SOFTBUS_EVT_PARAM_ZERO]; CreateCalledApiCntMsg() local
561 SoftBusEvtParam* param = &msg->paramArray[SOFTBUS_EVT_PARAM_ZERO]; CreateOpenSessionKpiMsg() local
642 SoftBusEvtParam* param = &msg->paramArray[SOFTBUS_EVT_PARAM_ZERO]; CreateOpenSessionCntMsg() local
782 SoftBusEvtParam* param = &msg->paramArray[SOFTBUS_EVT_PARAM_ZERO]; CreateOpenSessionTimeMsg() local
850 SoftBusEvtParam* param = &msg->paramArray[SOFTBUS_EVT_PARAM_ZERO]; CreateTransErrMsg() local
864 SoftBusEvtParam* param = &msg->paramArray[SOFTBUS_EVT_PARAM_ZERO]; CreateTransInfoMsg() local
[all...]
H A Dsoftbus_hisysevt_connreporter.c270 SoftBusEvtParam *param = NULL; in SetMsgParamNameAndType() local
285 SoftBusEvtParam *param = msg->paramArray; in SetDevConnResultMsgParamValue() local
313 SoftBusEvtParam *param = msg->paramArray; SetDevProcStepMsgParamValue() local
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c307 LnnHeartbeatMediumParam param; in HbDelaySetNormalScanParam() local
333 LnnHeartbeatMediumParam param = { HbDelaySetHighScanParam() local
473 LnnHeartbeatMediumParam param = { HbChangeMediumParamByState() local
908 LnnSetHeartbeatMediumParam(const LnnHeartbeatMediumParam *param) LnnSetHeartbeatMediumParam() argument
[all...]
H A Dlnn_heartbeat_medium_mgr.c1351 int32_t LnnHbMediumMgrSetParam(void *param) in LnnHbMediumMgrSetParam() argument
[all...]
/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_service.c247 InitSessionParam(const char *mySessionName, const char *peerSessionName, const char *peerNetworkId, const char *groupId, SessionParam *param) InitSessionParam() argument
269 SessionParam param = { 0 }; OpenSession() local
506 SessionParam param = { OpenSessionSync() local
1011 SessionParam param = { ClientAddSocket() local
[all...]
/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server_stub.cpp62 int32_t SoftBusServerStub::CheckOpenSessionPermission(const SessionParam *param) in CheckOpenSessionPermission() argument
536 static bool ReadQosInfo(MessageParcel &data, SessionParam &param) in ReadQosInfo() argument
572 ReadSessionInfo(MessageParcel &data, SessionParam &param) ReadSessionInfo() argument
638 SessionParam param; OpenAuthSessionInner() local
[all...]
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c259 QosParam param; in NotifyUdpQosEvent() local
[all...]
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnetwork.cpp693 std::map<std::string, int32_t> param = {{"NetType", static_cast<int32_t>(netSupplierType_)}}; in SendConnectionChangedBroadcast() local
/foundation/communication/dsoftbus/tests/core/frame/fuzztest/softbusserverstub_fuzzer/
H A Dsoftbusserverstub_fuzzer.cpp1182 SessionParam param = { in CheckOpenSessionPermissionFuzzTest() local
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp1276 LaneGenerateParam param = {}; in HWTEST_F() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_wpa_p2p_impl.c1144 WifiErrorNo HdiP2pGetGroupConfig(int networkId, char *param, char *value) in HdiP2pGetGroupConfig() argument
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp284 std::string NetHttpClientExec::MakeUrl(const std::string &url, std::string param, const std::string &extraParam) in MakeUrl() argument
/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.cpp25 bool ParseString(napi_env env, std::string &param, napi_value args) in ParseString() argument
51 bool ParseInt32(napi_env env, int32_t &param, napi_value args) in ParseInt32() argument
65 bool ParseBool(napi_env env, bool &param, napi_valu argument
175 napi_value param = nullptr; ParseElementName() local
324 UnwrapStringFromJS(napi_env env, napi_value param) UnwrapStringFromJS() argument
625 IsNumberArray(const napi_env &env, const napi_value &param) IsNumberArray() argument
645 IsObjectArray(const napi_env &env, const napi_value &param) IsObjectArray() argument
665 IsArray(const napi_env &env, const napi_value &param) IsArray() argument
681 IsNumber(const napi_env &env, const napi_value &param) IsNumber() argument
688 IsString(const napi_env &env, const napi_value &param) IsString() argument
695 IsObject(const napi_env &env, const napi_value &param) IsObject() argument
702 IsFunction(const napi_env &env, const napi_value &param) IsFunction() argument
809 CheckArrayNumberAndThrow(const napi_env &env, const napi_value &param, const std::string &argName, const std::string &argType) CheckArrayNumberAndThrow() argument
819 CheckNumberAndThrow(const napi_env &env, const napi_value &param, const std::string &argName, const std::string &argType) CheckNumberAndThrow() argument
829 CheckStringAndThrow(const napi_env &env, const napi_value &param, const std::string &argName, const std::string &argType) CheckStringAndThrow() argument
839 CheckObjectAndThrow(const napi_env &env, const napi_value &param, const std::string &argName, const std::string &argType) CheckObjectAndThrow() argument
850 CheckFunctionAndThrow(const napi_env &env, const napi_value &param, const std::string &argName, const std::string &argType) CheckFunctionAndThrow() argument
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/common/
H A Dwifi_native_struct.h83 std::string param; member
/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp257 std::string param; in HandleMethodForGet() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.cpp191 bool param = true; in KVDBGeneralStore() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dauto_launch.cpp752 AutoLaunchParam param; in AutoLaunchExt() local
973 GetAutoLaunchProperties(const AutoLaunchParam &param, const DBTypeInner &openType, bool checkDir, std::shared_ptr<DBProperties> &propertiesPtr) GetAutoLaunchProperties() argument
999 GetAutoLaunchKVProperties(const AutoLaunchParam &param, const std::shared_ptr<KvDBProperties> &propertiesPtr, bool checkDir) GetAutoLaunchKVProperties() argument
1037 GetAutoLaunchRelationProperties(const AutoLaunchParam &param, const std::shared_ptr<RelationalDBProperties> &propertiesPtr) GetAutoLaunchRelationProperties() argument
1057 ExtAutoLaunchRequestCallBack(const std::string &identifier, AutoLaunchParam &param, DBTypeInner &openType) ExtAutoLaunchRequestCallBack() argument
[all...]

Completed in 47 milliseconds

1...<<121122123124125126127128129130>>...186