Home
last modified time | relevance | path

Searched refs:activate (Results 1 – 25 of 196) sorted by relevance

12345678

/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_supplement.cpp56 const std::string activate = "*"; in HandleClip() local
73 if (mmiData.actionString == activate) { in HandleClip()
96 const std::string activate = "*"; in HandleClir() local
113 if (mmiData.actionString == activate) { in HandleClir()
144 const std::string activate = "*"; in HandleColr() local
161 if (mmiData.actionString == activate) { in HandleColr()
186 const std::string activate = "*"; in HandleColp() local
203 if (mmiData.actionString == activate) { in HandleColp()
425 const std::string activate = "*"; in HandleCallRestriction() local
538 const std::string activate = "*"; in HandleCallWaiting() local
[all …]
/ohos5.0/base/telephony/call_manager/test/fuzztest/callmanagerservicestub_fuzzer/
H A Dcallmanagerservicestub_fuzzer.cpp105 int32_t activate = static_cast<int32_t>(size % ACTIVE_NUM); in PostDialProceed() local
107 dataParcel.WriteBool(activate); in PostDialProceed()
133 int32_t activate = static_cast<int32_t>(size % ACTIVE_NUM); in CanSetCallTransferTime() local
135 dataMessageParcel.WriteBool(activate); in CanSetCallTransferTime()
/ohos5.0/docs/en/application-dev/file-management/
H A Dfile-persistPermission.md113 > - You are advised to activate the persistent permissions based on service requirements. Do not ac…
122 …/apis-core-file-kit/js-apis-fileShare.md#fileshareactivatepermission11) to activate the permission.
153 // Persist the permission for a file or folder and then activate it.
166 > - You are advised to activate the persistent permissions based on service requirements. Do not ac…
170 For details about how to activate a persistent permission using C/C++ APIs, see [OH_FileShare_Activ…
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.5.1/
H A Dchangelogs-device-status.md29 | function activate(targetNetworkId: string, inputDeviceId: number, callback: AsyncCallback&lt;void…
30 | function activate(targetNetworkId: string, inputDeviceId: number): Promise&lt;void&gt;; | 使用coope…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-msdp.md16 |新增|NA|模块名: ohos.cooperate<br>类名: cooperate<br>方法 or 属性: function activate(targetNetworkId: string,…
17 |新增|NA|模块名: ohos.cooperate<br>类名: cooperate<br>方法 or 属性: function activate(targetNetworkId: string,…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-msdp.md7 |新增|NA|类名:cooperate;<br>方法or属性:function activate(targetNetworkId: string, inputDeviceId: number, ca…
8 |新增|NA|类名:cooperate;<br>方法or属性:function activate(targetNetworkId: string, inputDeviceId: number): P…
/ohos5.0/base/powermgr/power_manager/services/native/src/runninglock/
H A Drunning_lock_mgr.h91 LockCounter(RunningLockType type, std::function<int32_t(bool, RunningLockParam)> activate) in LockCounter() argument
92 : type_(type), activate_(activate), counter_(0) {} in LockCounter()
H A Drunning_lock_mgr.cpp115 std::function<int32_t(bool, RunningLockParam)> activate = in InitLocksTypeBackground() local
124 std::make_shared<LockCounter>(RunningLockType::RUNNINGLOCK_BACKGROUND_PHONE, activate)); in InitLocksTypeBackground()
126 … std::make_shared<LockCounter>(RunningLockType::RUNNINGLOCK_BACKGROUND_NOTIFICATION, activate)); in InitLocksTypeBackground()
128 std::make_shared<LockCounter>(RunningLockType::RUNNINGLOCK_BACKGROUND_AUDIO, activate)); in InitLocksTypeBackground()
130 std::make_shared<LockCounter>(RunningLockType::RUNNINGLOCK_BACKGROUND_SPORT, activate)); in InitLocksTypeBackground()
132 … std::make_shared<LockCounter>(RunningLockType::RUNNINGLOCK_BACKGROUND_NAVIGATION, activate)); in InitLocksTypeBackground()
134 std::make_shared<LockCounter>(RunningLockType::RUNNINGLOCK_BACKGROUND_TASK, activate)); in InitLocksTypeBackground()
/ohos5.0/docs/zh-cn/application-dev/web/
H A Dweb-sensor.md120 acc.addEventListener('activate', () => console.log('Ready to measure.'));
131 gyr.addEventListener('activate', () => console.log('Ready to measure.'));
142 aos.addEventListener('activate', () => console.log('Ready to measure.'));
/ohos5.0/docs/en/application-dev/basic-services/account/
H A Dmanage-os-account.md4 …ermissions for your system application, you can use the APIs to create, activate, modify, and dele…
123 …e/apis-basic-services-kit/js-apis-osAccount-sys.md#activateosaccount) to activate a system account.
127 …e/apis-basic-services-kit/js-apis-osAccount-sys.md#activateosaccount) to activate a system account.
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/
H A Djs_coordination_context.cpp574 napi_value activate = nullptr; in DeclareDeviceCoordinationData() local
575 CHKRV(napi_create_int32(env, static_cast<int32_t>(CoordinationMessage::ACTIVATE), &activate), in DeclareDeviceCoordinationData()
596 DECLARE_NAPI_STATIC_PROPERTY("COOPERATE_ACTIVATE", activate), in DeclareDeviceCoordinationData()
618 napi_value activate = nullptr; in DeclareDeviceCooperateData() local
619 CHKRV(napi_create_int32(env, static_cast<int32_t>(CoordinationMessage::ACTIVATE), &activate), in DeclareDeviceCooperateData()
640 DECLARE_NAPI_STATIC_PROPERTY("COOPERATE_ACTIVATE", activate), in DeclareDeviceCooperateData()
/ohos5.0/base/telephony/cellular_call/services/common/src/
H A Dsupplement_request_ims.cpp127 int32_t SupplementRequestIms::SetCallWaitingRequest(int32_t slotId, bool activate, int32_t classTyp… in SetCallWaitingRequest() argument
135 return imsCallClient->SetCallWaiting(slotId, activate, classType, index); in SetCallWaitingRequest()
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsVSCode/
H A Dvsc-extension-quickstart.md9 …ction, `activate`, which is called the very first time your extension is activated (in this case b…
/ohos5.0/docs/zh-cn/release-notes/changelogs/v3.2-beta5/
H A Dchangelogs-multimedia.md37 | activate | function | 是 |
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.1/
H A Dchangelogs-multimedia.md37 | activate | function | 是 |
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.1/
H A Dchangelogs-account_os_account.md34 - on(type: 'activate' | 'activating', name: string, callback: Callback&lt;number&gt;): void;
35 - off(type: 'activate' | 'activating', name: string, callback?: Callback&lt;number&gt;): void;
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-msdp.md16 …ooperate<br>Class name: cooperate<br>Method or attribute name: function activate(targetNetworkId: …
17 …ooperate<br>Class name: cooperate<br>Method or attribute name: function activate(targetNetworkId: …
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-msdp.md7 |Added|NA|Class name: cooperate;<br>Method or attribute name: function activate(targetNetworkId: st…
8 |Added|NA|Class name: cooperate;<br>Method or attribute name: function activate(targetNetworkId: st…
/ohos5.0/base/telephony/cellular_call/services/common/include/
H A Dsupplement_request_ims.h139 int32_t SetCallWaitingRequest(int32_t slotId, bool activate, int32_t classType, int32_t index);
H A Dsupplement_request_cs.h129 int32_t SetCallWaitingRequest(int32_t slotId, bool activate, int32_t classType, int32_t index);
/ohos5.0/base/telephony/call_manager/services/call_setting/src/
H A Dcall_setting_manager.cpp45 int32_t CallSettingManager::SetCallWaiting(int32_t slotId, bool activate) in SetCallWaiting() argument
56 return cellularCallConnectionPtr_->SetCallWaiting(activate, slotId); in SetCallWaiting()
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.5.1/
H A Dchangelogs-device-status.md29 | function activate(targetNetworkId: string, inputDeviceId: number, callback: AsyncCallback&lt;void…
30 | function activate(targetNetworkId: string, inputDeviceId: number): Promise&lt;void&gt;; | **coope…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-mdm-kit/
H A Derrorcode-enterpriseDeviceManager.md68 Failed to activate the administrator application of the device.
/ohos5.0/base/telephony/call_manager/services/call_setting/include/
H A Dcall_setting_manager.h34 int32_t SetCallWaiting(int32_t slotId, bool activate);
/ohos5.0/docs/en/release-notes/changelogs/v3.2-beta5/
H A Dchangelogs-multimedia.md37 | activate | function | Yes|

12345678