Home
last modified time | relevance | path

Searched refs:requestCode_ (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dsms_satellite_gtest.cpp32 uint32_t requestCode_ = -1; member in OHOS::Telephony::__anon18a6e5350110::MockIRemoteObject
47 requestCode_ = code; in SendRequest()
133 ASSERT_EQ(remote->requestCode_, ToCode(SatelliteSmsServiceInterfaceCode::REGISTER_SMS_NOTIFY));
149 … ASSERT_EQ(remote->requestCode_, ToCode(SatelliteSmsServiceInterfaceCode::UNREGISTER_SMS_NOTIFY));
166 ASSERT_EQ(remote->requestCode_, ToCode(SatelliteSmsServiceInterfaceCode::SEND_SMS));
183 ASSERT_EQ(remote->requestCode_, ToCode(SatelliteSmsServiceInterfaceCode::SEND_SMS_MORE_MODE));
199 ASSERT_EQ(remote->requestCode_, ToCode(SatelliteSmsServiceInterfaceCode::SEND_SMS_ACK));
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/start_ability_handler/
H A Dstart_ability_sandbox_savefile.cpp131 requestCode_++; in PushRecord()
132 if (requestCode_ >= INT_MAX) { in PushRecord()
133 requestCode_ = 0; in PushRecord()
136 auto it = fileSavingRecords_.find(requestCode_); in PushRecord()
143 fileSavingRecords_.emplace(requestCode_, record); in PushRecord()
144 return requestCode_; in PushRecord()
H A Dstart_ability_sandbox_savefile.h48 int requestCode_ = 0; variable
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsatellite_service_test.cpp35 uint32_t requestCode_ = -1; member in OHOS::Telephony::__anon745f00ad0110::MockIRemoteObject
51 requestCode_ = code; in SendRequest()
153 ASSERT_EQ(remote->requestCode_, ToCode(SatelliteServiceInterfaceCode::REGISTER_CORE_NOTIFY));
169 ASSERT_EQ(remote->requestCode_, ToCode(SatelliteServiceInterfaceCode::UNREGISTER_CORE_NOTIFY));
185 ASSERT_EQ(remote->requestCode_, ToCode(SatelliteServiceInterfaceCode::SET_RADIO_STATE));
201 ASSERT_EQ(remote->requestCode_, ToCode(SatelliteServiceInterfaceCode::GET_IMEI));
217 ASSERT_EQ(remote->requestCode_, ToCode(SatelliteServiceInterfaceCode::IS_SATELLITE_ENABLED));
233 … ASSERT_EQ(remote->requestCode_, ToCode(SatelliteServiceInterfaceCode::GET_SATELLITE_CAPABILITY));
249 ASSERT_EQ(remote->requestCode_, ToCode(SatelliteServiceInterfaceCode::GET_PROXY_OBJECT_PTR));
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dwant_agent_info.cpp30 requestCode_ = requestCode; in WantAgentInfo()
49 requestCode_ = requestCode; in WantAgentInfo()
69 requestCode_ = paramInfo->GetRequestCode(); in WantAgentInfo()
86 return requestCode_; in GetRequestCode()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_agent_helper_test/
H A Dwant_agent_helper_test.cpp283 wantAgentInfo.requestCode_ = 10;
309 wantAgentInfo.requestCode_ = 10;
335 wantAgentInfo.requestCode_ = 10;
361 wantAgentInfo.requestCode_ = 10;
387 wantAgentInfo.requestCode_ = 10;
413 wantAgentInfo.requestCode_ = 10;
431 wantAgentInfo.requestCode_ = 10;
452 wantAgentInfo.requestCode_ = 10;
476 wantAgentInfo.requestCode_ = 10;
499 wantAgentInfo.requestCode_ = 10;
[all …]
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_key.cpp37 requestCode_ = requestCode; in SetRequestCode()
94 return requestCode_; in GetRequestCode()
H A Dability_record.cpp156 : requestCode_(requestCode), caller_(caller) in CallerRecord()
188 …: want_(want), abilityInfo_(abilityInfo), applicationInfo_(applicationInfo), requestCode_(requestC… in AbilityRecord()
1795 return requestCode_; in GetRequestCode()
1820 scheduler_->SendResult(result->requestCode_, result->resultCode_, result->resultWant_); in SendResult()
1831 scheduler_->SendResult(result->requestCode_, result->resultCode_, result->resultWant_); in SendResultByBackToCaller()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h89 : requestCode_(requestCode), resultCode_(resultCode), resultWant_(resultWant) in AbilityResult()
94 int requestCode_ = -1; // requestCode of for-result start mode variable
176 …(int requestCode, std::shared_ptr<SystemAbilityCallerRecord> saCaller) : requestCode_(requestCode), in CallerRecord()
184 return requestCode_; in GetRequestCode()
220 int requestCode_ = -1; // requestCode of for-result start mode
1239 …int requestCode_ = -1; // requestCode_: >= 0 for-result start mode; <0 for normal start mode in d… variable
H A Dpending_want_key.h65 int32_t requestCode_ = {}; variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/feature_ability/
H A Djs_feature_ability.cpp162 requestCode_ = (requestCode_ == INT_MAX) ? 0 : (requestCode_ + 1); in OnStartAbilityForResult()
163 ability->StartFeatureAbilityForResult(want, requestCode_, std::move(task)); in OnStartAbilityForResult()
H A Djs_feature_ability.h67 int requestCode_ = 0; variable
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/
H A Dwant_agent_info.h117 int requestCode_ = 0;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/continue/
H A Ddsched_continue_event.h103 int32_t requestCode_; variable
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue_event.cpp239 cJSON_AddNumberToObject(rootValue, "RequestCode", requestCode_); in Marshal()
379 requestCode_ = requestCode->valueint; in Unmarshal()
H A Ddsched_continue.cpp890 cmd->requestCode_ = DEFAULT_REQUEST_CODE; in PackDataCmd()
954 ret = StartAbility(want, cmd->requestCode_); in ExecuteContinueData()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/
H A Dpanding_want_manager_test.cpp244 info.requestCode_ = requestCode; in MakeWantAgentInfo()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_record_test/
H A Dability_record_test.cpp667 abilityResult_->requestCode_ = 10;
669 EXPECT_EQ(10, abilityRecord_->GetResult()->requestCode_);