/base/security/access_token/services/privacymanager/test/coverage/ |
H A D | sensitive_manager_coverage_test.cpp | 66 GTEST_LOG_(INFO) << "OnAppStateChanged, state is " in OnAppStateChanged() 67 << appStateData.state; in OnAppStateChanged() 107 appData.state = static_cast<int32_t>(ApplicationState::APP_STATE_FOREGROUND); in HWTEST_F() 110 // code not default + state = 3 in HWTEST_F() 130 appData.state = static_cast<int32_t>(ApplicationState::APP_STATE_BACKGROUND); in HWTEST_F() 133 // code not default + state = 5 in HWTEST_F()
|
/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_modem.h | 32 int32_t GetRadioStateResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, int32_t state); 35 int32_t RadioStateUpdated(int32_t state); 38 int32_t NcfgFinishedResult(int32_t state);
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | tel_ril_sms_parcel.h | 38 int32_t state = 0; member 52 int32_t state = 0; member 69 int32_t state = 0; member
|
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | config_request_test.cpp | 66 int32_t state = 0; in HWTEST_F() local 67 EXPECT_EQ(configRequest.SetVoNRSwitchStatusRequest(slotId, state), CALL_ERR_RESOURCE_UNAVAILABLE); in HWTEST_F() 70 EXPECT_NE(configRequest.SetVoNRSwitchStatusRequest(slotId, state), TELEPHONY_SUCCESS); in HWTEST_F()
|
/base/telephony/core_service/utils/common/include/ |
H A D | enum_convert.h | 78 * Indicates unknown SIM card state, the accurate status cannot be obtained. 82 * Indicates the SIM card is in not present state, no SIM card is inserted into the card slot. 86 * Indicates the SIM card is in locked state, the SIM card is locked by 91 * Indicates the SIM card is in not ready state, the SIM card is in position but cannot work properly. 95 * Indicates the SIM card is in the ready state, the SIM card is in position and is working properly. 99 * Indicates the SIM card is in the loaded state, the SIM card is in position and is working properly. 105 * @brief Indicates the cellular data link connection state. 127 * @brief Indicates the state of call. 251 * Indicates that there is no uplink or downlink data, and the bottom-layer link is in the dormant state. 340 * @brief Indicates the sim Icc state [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | indexer_model_impl.h | 30 void SetUsingPopup(bool state) override; 45 void SetAutoCollapse(bool state) override {} 46 void SetEnableHapticFeedback(bool state) override {}
|
/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_display_manager.cpp | 133 bool DisplayManager::SetDisplayState(DisplayState state, DisplayStateCallback callback) in SetDisplayState() argument 140 DisplayState state = DisplayState::UNKNOWN; in GetDisplayState() local 141 return state; in GetDisplayState()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_a2dp_src.h | 53 * @brief The callback function after device's playing state changed. 56 * @param playingState the playing state after changing. 77 * @param state Connection state. 81 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) in OnConnectionStateChanged() argument 152 * @brief Get device connection state by address. 155 * @return Returns <b>A2DP_DISCONNECTED</b> if device connect state is disconnected; 156 * Returns <b>A2DP_DISCONNECTING</b> if device connect state is disconnecting; 157 * Returns <b>A2DP_CONNECTED</b> if device connect state is connected; 158 * Returns <b>A2DP_CONNECTING</b> if device connect state i [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_data_connection.cpp | 186 void HfpAgDataConnection::SetSlcConnectState(bool state) in SetSlcConnectState() argument 188 HILOGI("[HFP AG]:state = %{public}d", state); in SetSlcConnectState() 189 slcConnected_ = state; in SetSlcConnectState()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_hfp_ag_proxy.h | 30 int32_t GetDeviceState(const BluetoothRawAddress &device, int32_t &state) override; 44 bool IntoMock(const BluetoothRawAddress &device, int state) override; 54 void EnableBtCallLog(bool state) override;
|
/foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/ |
H A D | openharmony_buffer_queue_itf.cpp | 50 SLresult GetState(SLOHBufferQueueItf self, SLOHBufferQueueState *state)
in GetState() argument 57 AudioPlayerAdapter::GetInstance()->GetStateAdapter(thiz->mId, state);
in GetState() 59 AudioCapturerAdapter::GetInstance()->GetStateAdapter(thiz->mId, state);
in GetState()
|
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/ |
H A D | hgm_touch_manager.cpp | 47 // register state callback
74 std::string HgmTouchManager::State2String(State state) const
in State2String() 81 if (auto iter = stateStringMap.find(state); iter != stateStringMap.end()) {
in State2String() 84 return std::to_string(state);
in State2String()
|
/foundation/multimodalinput/input/service/device_state_manager/src/ |
H A D | device_event_monitor.cpp | 94 int32_t state = eventData.GetWant().GetIntParam("state", -1); in SetCallState() local 95 if (hasHandleRingMute_ && (state == CALL_STATUS_INCOMING || state == CALL_STATUS_DISCONNECTED)) { in SetCallState() 100 callState = eventData.GetWant().GetIntParam("state", -1); in SetCallState() 101 MMI_HILOGI("state %{public}d", callState); in SetCallState()
|
/foundation/multimodalinput/input/intention/cooperate/plugin/include/ |
H A D | i_cooperate_state.h | 33 virtual void TransiteTo(Context &context, CooperateState state) = 0; 63 void TransiteTo(Context &context, CooperateState state); 93 void TransiteTo(Context &context, CooperateState state);
|
/foundation/resourceschedule/memmgr/interface/innerkits/src/ |
H A D | app_state_subscriber.cpp | 45 void AppStateSubscriber::OnAppStateChanged(int32_t pid, int32_t uid, int32_t state) {}
in OnAppStateChanged() argument 93 void AppStateSubscriber::AppStateSubscriberImpl::OnAppStateChanged(int32_t pid, int32_t uid, int32_t state)
in OnAppStateChanged() argument 101 subscriber_.OnAppStateChanged(pid, uid, state);
in OnAppStateChanged()
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/ |
H A D | p2p_entity.h | 74 void ChangeState(P2pEntityState *state, const std::shared_ptr<P2pOperation> &operation); 76 void OnP2pStateChangeEvent(P2pState state); 90 void UpdateInterfaceManagerWhenStateChanged(P2pState state);
|
/foundation/communication/dsoftbus/core/bus_center/utils/src/ |
H A D | lnn_common_utils.c | 36 SoftBusOOBEState state = SOFTBUS_OOBE_RUNNING; in IsOOBEState() local 37 if (LnnGetOOBEState(&state) != SOFTBUS_OK) { in IsOOBEState() 38 LNN_LOGE(LNN_STATE, "get oobe state fail"); in IsOOBEState() 41 return state != SOFTBUS_OOBE_END; in IsOOBEState()
|
/foundation/communication/wifi/wifi/utils/inc/ |
H A D | wifi_hisysevent.h | 69 void WriteWifiApStateHiSysEvent(int32_t state); 71 void WriteWifiP2pStateHiSysEvent(const std::string& inter, int32_t type, int32_t state); 126 void WriteWifiWpaStateHiSysEvent(int state);
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | self_cure_interface_test.cpp | 77 OperateResState state = OperateResState::CONNECT_AP_CONNECTED; in DealStaConnChangedTest() local 80 pSelfCureInterface->DealStaConnChanged(state, info, instId); in DealStaConnChangedTest() 82 pSelfCureInterface->DealStaConnChanged(state, info, instId); in DealStaConnChangedTest()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/feedingsmoother/base/ |
H A D | ifeeding_smoother.h | 52 void SetBaselineInitState(const bool state); 53 void SetProcessDynamicBalanceState(const bool state); 54 void SetTimeInitState(const bool state);
|
/foundation/filemanagement/dfs_service/utils/system/include/ |
H A D | utils_directory.h | 68 StageRes state; member 81 const std::string &peerSssionName, int32_t errCode, StageRes state); 84 const std::string &peerSssionName, int32_t errCode, StageRes state);
|
/foundation/communication/bluetooth_service/test/unittest/a2dp/ |
H A D | a2dp_snk_test.cpp | 34 virtual void OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state, int cause) {} in OnConnectionStateChanged() argument 101 * @tc.desc: Get device playing state by address when peer device is on connected 109 int state = profile_->GetPlayingState(device); in HWTEST_F() local 110 EXPECT_EQ(state, BT_SUCCESS); in HWTEST_F() 177 * @tc.desc: Get device connection state by address
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_inst.h | 40 // configuration state 44 // busy state, bit used 51 uint8_t state; member 134 uint8_t state; member 149 uint8_t state; member
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/ |
H A D | net.h | 72 FILLP_UINT8 state; member 95 void FillpNetconnSetState(struct FtNetconn *conn, FILLP_UINT8 state); 97 #define NETCONN_GET_STATE(_conn) ((_conn)->state)
|
/third_party/elfutils/tests/ |
H A D | backtrace-dwarf.c | 85 frame_callback (Dwfl_Frame *state, void *frame_arg) in frame_callback() argument 89 if (! dwfl_frame_pc (state, &pc, &isactivation)) in frame_callback() 97 Dwfl_Thread *thread = dwfl_frame_thread (state); in frame_callback()
|