Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 239) sorted by relevance

12345678910

/base/telephony/call_manager/services/call/src/
Dvideo_call_state.cpp49 int32_t VideoCallState::SwitchCallVideoState(ImsCallMode mode) in SwitchCallVideoState()
60 int32_t VideoCallState::DispatchUpdateVideoRequest(ImsCallMode mode) in DispatchUpdateVideoRequest()
69 int32_t VideoCallState::DispatchUpdateVideoResponse(ImsCallMode mode) in DispatchUpdateVideoResponse()
78 sptr<VideoCallState> VideoCallState::GetCallVideoState(ImsCallMode mode) in GetCallVideoState()
90 int32_t AudioOnlyState::SendUpdateCallMediaModeRequest(ImsCallMode mode) in SendUpdateCallMediaModeRequest()
132 int32_t AudioOnlyState::RecieveUpdateCallMediaModeRequest(ImsCallMode mode) in RecieveUpdateCallMediaModeRequest()
179 int32_t AudioOnlyState::SendUpdateCallMediaModeResponse(ImsCallMode mode) in SendUpdateCallMediaModeResponse()
185 int32_t AudioOnlyState::ReceiveUpdateCallMediaModeResponse(ImsCallMode mode) in ReceiveUpdateCallMediaModeResponse()
207 int32_t VideoSendState::SendUpdateCallMediaModeRequest(ImsCallMode mode) in SendUpdateCallMediaModeRequest()
240 int32_t VideoSendState::RecieveUpdateCallMediaModeRequest(ImsCallMode mode) in RecieveUpdateCallMediaModeRequest()
[all …]
Dims_call.cpp251 int32_t IMSCall::SendUpdateCallMediaModeRequest(ImsCallMode mode) in SendUpdateCallMediaModeRequest()
270 int32_t IMSCall::SendUpdateCallMediaModeResponse(ImsCallMode mode) in SendUpdateCallMediaModeResponse()
286 int32_t IMSCall::RecieveUpdateCallMediaModeRequest(ImsCallMode mode) in RecieveUpdateCallMediaModeRequest()
319 void IMSCall::SwitchVideoState(ImsCallMode mode) in SwitchVideoState()
348 int32_t IMSCall::DispatchUpdateVideoRequest(ImsCallMode mode) in DispatchUpdateVideoRequest()
364 int32_t IMSCall::DispatchUpdateVideoResponse(ImsCallMode mode) in DispatchUpdateVideoResponse()
369 sptr<VideoCallState> IMSCall::GetCallVideoState(ImsCallMode mode) in GetCallVideoState()
Dott_call.cpp251 int32_t OTTCall::SendUpdateCallMediaModeRequest(ImsCallMode mode) in SendUpdateCallMediaModeRequest()
256 int32_t OTTCall::RecieveUpdateCallMediaModeRequest(ImsCallMode mode) in RecieveUpdateCallMediaModeRequest()
261 int32_t OTTCall::SendUpdateCallMediaModeResponse(ImsCallMode mode) in SendUpdateCallMediaModeResponse()
271 int32_t OTTCall::DispatchUpdateVideoRequest(ImsCallMode mode) in DispatchUpdateVideoRequest()
276 int32_t OTTCall::DispatchUpdateVideoResponse(ImsCallMode mode) in DispatchUpdateVideoResponse()
/base/powermgr/power_manager/test/systemtest/src/
Dpower_mgr_powersavemode_test.cpp75 uint32_t mode = 601; variable
97 uint32_t mode = 602; variable
118 uint32_t mode = 603; variable
138 uint32_t mode = 1; variable
158 uint32_t mode = 603; variable
181 uint32_t mode = 601; variable
201 uint32_t mode = 602; variable
221 uint32_t mode = 603; variable
241 uint32_t mode = 0; variable
259 uint32_t mode = 601; variable
[all …]
/base/usb/usb_manager/test/tool/
Dusb_function_port_test.cpp58 static void FunctionSwitch(UsbSrvClient &g_usbClient, int32_t mode) in FunctionSwitch()
91 static void PortSwitch(UsbSrvClient &g_usbClient, int32_t mode) in PortSwitch()
119 int32_t mode = atoi(argv[2]); in main() local
122 int32_t mode = atoi(argv[2]); in main() local
/base/powermgr/power_manager/services/native/test/unittest/src/
Dpower_device_mode_test.cpp84 uint32_t mode = 601; variable
99 uint32_t mode = 0; variable
Dpower_get_mode_test.cpp45 uint32_t mode = 0; variable
Dpower_register_callback_mode_test.cpp55 uint32_t mode = 601; variable
/base/powermgr/power_manager/services/native/src/
Dpower_mode_policy.cpp69 void PowerModePolicy::SetPowerModePolicy(uint32_t mode, uint32_t lastMode) in SetPowerModePolicy()
81 void PowerModePolicy::ReadOpenPolicy(uint32_t mode) in ReadOpenPolicy()
86 void PowerModePolicy::ReadRecoverPolicy(uint32_t mode) in ReadRecoverPolicy()
91 void PowerModePolicy::CompareModeItem(uint32_t mode, uint32_t lastMode) in CompareModeItem()
Dpower_save_mode.cpp83 bool PowerSaveMode::GetValuePolicy(std::list<ModePolicy> &openPolicy, int32_t mode) in GetValuePolicy()
89 bool PowerSaveMode::GetRecoverPolicy(std::list<ModePolicy> &recoverPolicy, int32_t mode) in GetRecoverPolicy()
95 bool PowerSaveMode::GetFilterPolicy(std::list<ModePolicy> &policyList, int32_t mode, int32_t value) in GetFilterPolicy()
109 int32_t PowerSaveMode::GetSleepTime(int32_t mode) in GetSleepTime()
/base/hiviewdfx/hiview/adapter/utility/platform/linux/
Dfile_util.cpp47 bool ChangeModeFile(const string& fileName, const mode_t& mode) in ChangeModeFile()
56 mode_t Umask(const mode_t& mode) in Umask()
61 int Open(const std::string& path, const int flags, const mode_t mode) in Open()
/base/update/updater/test/unittest/applypatch_test/
Dapplypatch_unittest.cpp68 WriteMode mode = WRITE_RAW; variable
108 WriteMode mode = WRITE_RAW; variable
137 for (auto mode : modes) { variable
Dimagepatch_unittest.h39 …virtual bool Write(const uint8_t *addr, size_t len, WriteMode mode, const std::string &partitionNa… in Write()
76 mode_t mode = (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in RunImageApplyPatch() local
/base/update/updater/services/applypatch/
Ddata_writer.cpp55 std::unique_ptr<DataWriter> DataWriter::CreateDataWriter(WriteMode mode, const std::string &partiti… in CreateDataWriter()
77 std::unique_ptr<DataWriter> DataWriter::CreateDataWriter(WriteMode mode, const std::string &partiti… in CreateDataWriter()
/base/hiviewdfx/hiview/adapter/utility/platform/ohos/
Dfile_util.cpp103 bool ForceCreateDirectory(const string& path, mode_t mode) in ForceCreateDirectory()
140 bool ChangeMode(const string& fileName, const mode_t& mode) in ChangeMode()
145 bool ChangeModeFile(const string& fileName, const mode_t& mode) in ChangeModeFile()
154 bool ChangeModeDirectory(const std::string& path, const mode_t& mode) in ChangeModeDirectory()
164 mode_t Umask(const mode_t& mode) in Umask()
169 int Open(const std::string& path, const int flags, const mode_t mode) in Open()
208 int CreateFile(const std::string &path, mode_t mode) in CreateFile()
/base/update/updater/services/
Dmain.cpp26 int mode = BOOT_UPDATER; in main() local
/base/powermgr/display_manager/interfaces/kits/js/
D@system.brightness.d.ts97 mode: number; property
135 mode: number; property
/base/hiviewdfx/hiview/adapter/utility/
Dfile_util.cpp154 …ios_base::openmode mode = truncated ? (ios::out | ios::binary | ios::trunc) : (ios::out | ios::bin… in SaveBufferToFile() local
211 bool ForceCreateDirectory(const std::string& path, int mode) in ForceCreateDirectory()
254 int CreateFile(const std::string &path, mode_t mode) in CreateFile()
340 bool ChangeMode(const string& fileName, const mode_t& mode) in ChangeMode()
353 bool ChangeModeDirectory(const string& path, const mode_t& mode) in ChangeModeDirectory()
/base/telephony/core_service/frameworks/js/network_search/src/
Dget_network_search_mode_callback.cpp27 int32_t WrapNetworkSelectionMode(int32_t mode) in WrapNetworkSelectionMode()
/base/update/updater/test/fuzztest/UpdaterFactoryReset_fuzzer/
DUpdaterFactoryReset_fuzzer.cpp34 FactoryResetMode mode = USER_WIPE_DATA; in FuzzFactoryReset() local
/base/hiviewdfx/faultloggerd/utils/
Ddirectory_ex.cpp205 bool ChangeMode(const string& fileName, const mode_t& mode) in ChangeMode()
210 bool ChangeModeFile(const string& fileName, const mode_t& mode) in ChangeModeFile()
219 bool ChangeModeDirectory(const string& path, const mode_t& mode) in ChangeModeDirectory()
/base/startup/init_lite/ueventd/include/
Dueventd_read_cfg.h29 mode_t mode; member
41 mode_t mode; member
/base/usb/usb_manager/services/native/src/
Dusb_port_manager.cpp83 int32_t mode = 0; in QueryPort() local
103 void UsbPortManager::UpdatePort(int32_t portId, int32_t powerRole, int32_t dataRole, int32_t mode) in UpdatePort()
/base/miscservices/inputmethod/services/src/
Dinput_control_channel_stub.cpp70 int mode = data.ReadInt32(); in OnRemoteRequest() local
145 void InputControlChannelStub::setDisplayMode(int mode) in setDisplayMode()
/base/hiviewdfx/hiview/adapter/utility/platform/windows/
Dfile_util.cpp50 mode_t Umask(const mode_t& mode) in Umask()
55 int Open(const std::string& path, const int flags, const mode_t mode) in Open()

12345678910