/ohos5.0/base/telephony/cellular_call/services/utils/src/ |
H A D | cellular_call_supplement.cpp | 56 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 D | callmanagerservicestub_fuzzer.cpp | 105 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 D | file-persistPermission.md | 113 > - 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 D | changelogs-device-status.md | 29 | function activate(targetNetworkId: string, inputDeviceId: number, callback: AsyncCallback<void… 30 | function activate(targetNetworkId: string, inputDeviceId: number): Promise<void>; | 使用coope…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-msdp.md | 16 |新增|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 D | js-apidiff-msdp.md | 7 |新增|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 D | running_lock_mgr.h | 91 LockCounter(RunningLockType type, std::function<int32_t(bool, RunningLockParam)> activate) in LockCounter() argument 92 : type_(type), activate_(activate), counter_(0) {} in LockCounter()
|
H A D | running_lock_mgr.cpp | 115 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 D | web-sensor.md | 120 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 D | manage-os-account.md | 4 …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 D | js_coordination_context.cpp | 574 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 D | supplement_request_ims.cpp | 127 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 D | vsc-extension-quickstart.md | 9 …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 D | changelogs-multimedia.md | 37 | activate | function | 是 |
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.1/ |
H A D | changelogs-multimedia.md | 37 | activate | function | 是 |
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.1/ |
H A D | changelogs-account_os_account.md | 34 - on(type: 'activate' | 'activating', name: string, callback: Callback<number>): void; 35 - off(type: 'activate' | 'activating', name: string, callback?: Callback<number>): void;
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-msdp.md | 16 …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 D | js-apidiff-msdp.md | 7 |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 D | supplement_request_ims.h | 139 int32_t SetCallWaitingRequest(int32_t slotId, bool activate, int32_t classType, int32_t index);
|
H A D | supplement_request_cs.h | 129 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 D | call_setting_manager.cpp | 45 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 D | changelogs-device-status.md | 29 | function activate(targetNetworkId: string, inputDeviceId: number, callback: AsyncCallback<void… 30 | function activate(targetNetworkId: string, inputDeviceId: number): Promise<void>; | **coope…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-mdm-kit/ |
H A D | errorcode-enterpriseDeviceManager.md | 68 Failed to activate the administrator application of the device.
|
/ohos5.0/base/telephony/call_manager/services/call_setting/include/ |
H A D | call_setting_manager.h | 34 int32_t SetCallWaiting(int32_t slotId, bool activate);
|
/ohos5.0/docs/en/release-notes/changelogs/v3.2-beta5/ |
H A D | changelogs-multimedia.md | 37 | activate | function | Yes|
|