Home
last modified time | relevance | path

Searched refs:callType (Results 1 - 25 of 33) sorted by relevance

12

/foundation/ability/ability_runtime/test/unittest/ability_record_test/
H A Dability_record_test_call.cpp111 abilityRequest_->callType = AbilityCallType::CALL_REQUEST_TYPE; in HWTEST_F()
142 abilityRequest.callType = AbilityCallType::CALL_REQUEST_TYPE; in HWTEST_F()
175 abilityRequest.callType = AbilityCallType::CALL_REQUEST_TYPE; in HWTEST_F()
211 abilityRequest.callType = AbilityCallType::CALL_REQUEST_TYPE; in HWTEST_F()
243 abilityRequest.callType = AbilityCallType::CALL_REQUEST_TYPE; in HWTEST_F()
304 abilityRequest.callType = AbilityCallType::CALL_REQUEST_TYPE; in HWTEST_F()
326 abilityRequest.callType = AbilityCallType::CALL_REQUEST_TYPE; in HWTEST_F()
414 abilityRequest.callType = AbilityCallType::CALL_REQUEST_TYPE; in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/call_container_test/
H A Dcall_container_test.cpp77 abilityRequest.callType = AbilityCallType::CALL_REQUEST_TYPE; in HWTEST_F()
133 abilityRequest.callType = AbilityCallType::CALL_REQUEST_TYPE; in HWTEST_F()
213 abilityRequest.callType = AbilityCallType::CALL_REQUEST_TYPE; in HWTEST_F()
252 abilityRequest.callType = AbilityCallType::CALL_REQUEST_TYPE; in HWTEST_F()
275 abilityRequest.callType = AbilityCallType::CALL_REQUEST_TYPE; in HWTEST_F()
298 abilityRequest.callType = AbilityCallType::CALL_REQUEST_TYPE; in HWTEST_F()
356 abilityRequest.callType = AbilityCallType::CALL_REQUEST_TYPE; in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/implicit_start_processor_test/
H A Dimplicit_start_processor_test.cpp150 request.callType = AbilityCallType::START_OPTIONS_TYPE; in HWTEST_F()
169 request.callType = AbilityCallType::START_SETTINGS_TYPE; in HWTEST_F()
188 request.callType = AbilityCallType::START_EXTENSION_TYPE; in HWTEST_F()
207 request.callType = AbilityCallType::CALL_REQUEST_TYPE; in HWTEST_F()
228 AbilityCallType callType = AbilityCallType::INVALID_TYPE; in HWTEST_F() local
229 bool res = processor->CallStartAbilityInner(userId, want, callBack, callType); in HWTEST_F()
249 AbilityCallType callType = AbilityCallType::CALL_REQUEST_TYPE; in HWTEST_F() local
250 bool res = processor->CallStartAbilityInner(userId, want, callBack, callType); in HWTEST_F()
270 AbilityCallType callType = AbilityCallType::CALL_REQUEST_TYPE; in HWTEST_F() local
271 bool res = processor->CallStartAbilityInner(userId, want, callBack, callType); in HWTEST_F()
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_ag.cpp196 int32_t ConnectSco(uint8_t callType) in ConnectSco()
200 return proxy->ConnectSco(callType); in ConnectSco()
203 int32_t DisconnectSco(uint8_t callType) in DisconnectSco()
207 return proxy->DisconnectSco(callType); in DisconnectSco()
226 bool IsValidCallType(uint8_t callType) in IsValidCallType()
228 if (callType == static_cast<uint8_t>(BTCallType::CALL_TYPE_CELLULAR) || in IsValidCallType()
229 callType == static_cast<uint8_t>(BTCallType::CALL_TYPE_VIRTUAL) || in IsValidCallType()
230 callType == static_cast<uint8_t>(BTCallType::CALL_TYPE_RECOGNITION)) { in IsValidCallType()
524 int32_t HandsFreeAudioGateway::ConnectSco(uint8_t callType) in ConnectSco() argument
526 HILOGI("enter, callType in ConnectSco()
536 DisconnectSco(uint8_t callType) DisconnectSco() argument
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_phone_state.cpp126 void BluetoothPhoneState::SetCallType(int callType) in SetCallType() argument
128 callType_ = callType; in SetCallType()
H A Dbluetooth_phone_state.h44 void SetCallType(int callType);
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_ag.h37 virtual int32_t ConnectSco(uint8_t callType) = 0;
38 virtual int32_t DisconnectSco(uint8_t callType) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hfp_ag_server.h56 int32_t ConnectSco(uint8_t callType) override;
57 int32_t DisconnectSco(uint8_t callType) override;
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Djs_form_state_observer_stub.cpp130 std::string callType = data.ReadString(); in HandleOnFormClick() local
131 if (callType.empty()) { in HandleOnFormClick()
132 HILOG_ERROR("empty callType"); in HandleOnFormClick()
140 int32_t result = OnFormClickEvent(bundleName, callType, *runningFormInfo); in HandleOnFormClick()
H A Djs_form_state_observer_proxy.cpp153 const std::string &bundleName, const std::string &callType, const AppExecFwk::RunningFormInfo &runningFormInfo) in OnFormClickEvent()
169 if (!data.WriteString(callType)) { in OnFormClickEvent()
152 OnFormClickEvent( const std::string &bundleName, const std::string &callType, const AppExecFwk::RunningFormInfo &runningFormInfo) OnFormClickEvent() argument
/foundation/ability/ability_runtime/test/unittest/mission_list_manager_ut_test/
H A Dmission_list_manager_ut_test.cpp247 abilityRequest.callType = AbilityCallType::CALL_REQUEST_TYPE; in HWTEST_F()
295 abilityRequest.callType = AbilityCallType::CALL_REQUEST_TYPE; in HWTEST_F()
339 abilityRequest.callType = AbilityCallType::CALL_REQUEST_TYPE; in HWTEST_F()
365 abilityRequest.callType = AbilityCallType::CALL_REQUEST_TYPE; in HWTEST_F()
392 abilityRequest.callType = AbilityCallType::CALL_REQUEST_TYPE; in HWTEST_F()
424 abilityRequest.callType = AbilityCallType::CALL_REQUEST_TYPE; in HWTEST_F()
459 abilityRequest.callType = AbilityCallType::CALL_REQUEST_TYPE; in HWTEST_F()
496 abilityRequest.callType = AbilityCallType::CALL_REQUEST_TYPE; in HWTEST_F()
529 abilityRequest.callType = AbilityCallType::INVALID_TYPE; in HWTEST_F()
552 abilityRequest.callType in HWTEST_F()
[all...]
/foundation/multimedia/player_framework/services/utils/
H A Dmedia_dfx.cpp200 void MediaEvent::CommonStatisicsEventWrite(CallType callType, OHOS::HiviewDFX::HiSysEvent::EventType type, in CommonStatisicsEventWrite() argument
225 StatisicsHiSysEventWrite(callType, type, infoArr); in CommonStatisicsEventWrite()
269 void MediaEvent::StatisicsHiSysEventWrite(CallType callType, OHOS::HiviewDFX::HiSysEvent::EventType type, in StatisicsHiSysEventWrite() argument
274 switch (callType) { in StatisicsHiSysEventWrite()
347 int32_t CreateMediaInfo(CallType callType, int32_t uid, uint64_t instanceId) in CreateMediaInfo() argument
357 std::pair<CallType, int32_t> insertToMapPair(callType, uid); in CreateMediaInfo()
362 auto ctUidToMediaInfo = mediaInfoMap_.find(callType); in CreateMediaInfo()
373 mediaInfoMap_[callType][uid].push_back(metaAppIdPair); in CreateMediaInfo()
374 MEDIA_LOG_I("CreateMediaInfo: Successfully created new list for callType and uid "); in CreateMediaInfo()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_ag.h197 * @param callType the type of the call, Refer to enum BtCallType
201 int32_t ConnectSco(uint8_t callType);
206 * @param callType the type of the call, Refer to enum BtCallType
210 int32_t DisconnectSco(uint8_t callType);
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_ag_proxy.h34 int32_t ConnectSco(uint8_t callType) override;
35 int32_t DisconnectSco(uint8_t callType) override;
/foundation/multimedia/player_framework/services/utils/include/
H A Dmedia_dfx.h71 void CommonStatisicsEventWrite(CallType callType, OHOS::HiviewDFX::HiSysEvent::EventType type,
74 void StatisicsHiSysEventWrite(CallType callType, OHOS::HiviewDFX::HiSysEvent::EventType type,
93 __attribute__((visibility("default"))) int32_t CreateMediaInfo(CallType callType, int32_t uid, uint64_t instanceId);
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Djs_form_state_observer_proxy.h45 * @param callType The click event type.
49 const std::string &bundleName, const std::string &callType, const AppExecFwk::RunningFormInfo &runningFormInfo);
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_ag_proxy.cpp141 int32_t BluetoothHfpAgProxy::ConnectSco(uint8_t callType) in ConnectSco() argument
146 CHECK_AND_RETURN_LOG_RET(data.WriteUint8(callType), BT_ERR_IPC_TRANS_FAILED, "write callType error"); in ConnectSco()
157 int32_t BluetoothHfpAgProxy::DisconnectSco(uint8_t callType) in DisconnectSco() argument
162 CHECK_AND_RETURN_LOG_RET(data.WriteUint8(callType), BT_ERR_IPC_TRANS_FAILED, "write callType error"); in DisconnectSco()
/foundation/ability/ability_runtime/test/unittest/call_record_test/
H A Dcall_record_test.cpp74 abilityRequest.callType = AbilityCallType::CALL_REQUEST_TYPE; in HWTEST_F()
/foundation/ability/form_fwk/frameworks/js/napi/form_host/
H A Djs_form_state_observer.cpp498 const std::string &bundleName, const std::string &callType, const AppExecFwk::RunningFormInfo &runningFormInfo) in OnFormClickEvent()
501 if (callType.empty()) { in OnFormClickEvent()
514 auto notify = [bundleName, callType, runningFormInfo, weakObserver]() { in OnFormClickEvent()
525 [bundleName, callType](auto &iter) { in OnFormClickEvent()
527 iter->BindFormEventType() == callType && in OnFormClickEvent()
497 OnFormClickEvent( const std::string &bundleName, const std::string &callType, const AppExecFwk::RunningFormInfo &runningFormInfo) OnFormClickEvent() argument
H A Djs_form_state_observer.h141 ErrCode OnFormClickEvent(const std::string &bundleName, const std::string &callType,
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dimplicit_start_processor.cpp124 TAG_LOGI(AAFwkTag::ABILITYMGR, "implicit start ability by type: %{public}d", request.callType); in ImplicitStartAbility()
161 return imp->CallStartAbilityInner(userId, targetWant, callBack, request.callType); in ImplicitStartAbility()
461 auto isExtension = request.callType == AbilityCallType::START_EXTENSION_TYPE; in GenerateAbilityRequestByAction()
676 switch (request.callType) { in ImplicitStartAbilityInner()
707 const Want &want, const StartAbilityClosure &callBack, const AbilityCallType &callType) in CallStartAbilityInner()
715 if (callType == AbilityCallType::INVALID_TYPE) { in CallStartAbilityInner()
725 if (callType == AbilityCallType::INVALID_TYPE) { in CallStartAbilityInner()
706 CallStartAbilityInner(int32_t userId, const Want &want, const StartAbilityClosure &callBack, const AbilityCallType &callType) CallStartAbilityInner() argument
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dimplicit_start_processor.h87 const AbilityCallType &callType);
/foundation/ability/ability_runtime/services/abilitymgr/src/start_ability_handler/
H A Dstart_ability_sandbox_savefile.cpp95 abilityRequest.callType = AbilityCallType::CALL_REQUEST_TYPE; in StartAbility()
/foundation/ability/ability_runtime/test/fuzztest/missionlistmanagerfirst_fuzzer/
H A Dmissionlistmanagerfirst_fuzzer.cpp100 abilityRequest.callType = static_cast<AbilityCallType>(GetU32Data(data) % mod); in InitAbilityRequest()
260 abilityRequest.callType = static_cast<AbilityCallType>(GetU32Data(data) % ABILITY_STATE_MOD); in DoSomethingTestWithMyAPI4()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_ag_server.cpp427 int BluetoothHfpAgServer::ConnectSco(uint8_t callType) in ConnectSco() argument
432 int BluetoothHfpAgServer::DisconnectSco(uint8_t callType) in DisconnectSco() argument

Completed in 15 milliseconds

12