Home
last modified time | relevance | path

Searched defs:access (Results 1 – 25 of 42) sorted by relevance

12

/ohos5.0/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_manager_test/
H A Dnetworkvpn_client_test.cpp104 NetManagerExtAccessToken access; variable
119 NetManagerExtAccessToken access; variable
134 NetManagerExtAccessToken access; variable
150 NetManagerExtAccessToken access; variable
165 NetManagerExtAccessToken access; variable
243 NetManagerExtAccessToken access; variable
256 NetManagerExtAccessToken access; variable
267 NetManagerExtAccessToken access; variable
274 NetManagerExtAccessToken access; variable
287 NetManagerExtAccessToken access; variable
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/
H A Dconstruct_array_property.h33 auto access = p.GetUnlockedAccess(); local
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dassistant.h42 int access(const char *name, int type) in access() function
H A Dsystem_function_mock.cpp25 int access(const char *name, int type) in access() function
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/library_func_mock/
H A Dlibrary_func_mock.cpp35 int access(const char *pathname, int mode) in access() function
/ohos5.0/foundation/multimedia/media_foundation/engine/foundation/osal/utils/
H A Dutil.cpp39 int access(const char *name, int type) in access() function
/ohos5.0/base/update/updateservice/services/startup/access/src/
H A Daccess_manager.cpp76 bool AccessManager::Register(AccessType type, const std::shared_ptr<IAccess> &access) in Register()
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/
H A Djs-apis-fileAccess-sys.md1276 ### access subsection
1329 ### access subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/
H A Djs-apis-fileAccess-sys.md1276 ### access subsection
1329 ### access subsection
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/engine/
H A Dengine_value.cpp24 … BASE_NS::string name, IEngineInternalValueAccess::ConstPtr access, const EnginePropertyParams& p) in EngineValue()
/ohos5.0/foundation/multimedia/media_foundation/src/osal/utils/
H A Dutil.cpp40 int access(const char *name, int type) in access() function
/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dfile_util.h38 # define access _access macro
/ohos5.0/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_ext_ability/
H A Dfile_access_ext_ability.js75 access(sourceFileUri) { method in FileAccessExtensionAbility
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/src/
H A Dusb_srv_client.cpp542 int32_t UsbSrvClient::OpenAccessory(const USBAccessory &access, int32_t &fd) in OpenAccessory()
552 int32_t UsbSrvClient::AddAccessoryRight(const uint32_t tokenId, const USBAccessory &access) in AddAccessoryRight()
562 int32_t UsbSrvClient::HasAccessoryRight(const USBAccessory &access, bool &result) in HasAccessoryRight()
568 int32_t UsbSrvClient::RequestAccessoryRight(const USBAccessory &access, bool &result) in RequestAccessoryRight()
578 int32_t UsbSrvClient::CancelAccessoryRight(const USBAccessory &access) in CancelAccessoryRight()
/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp134 bool access = false; in AccessForward() local
144 bool access = false; in AccessBackward() local
342 bool access = false; in AccessStep() local
H A Dwebview_ffi.cpp168 bool access = nativeWebviewCtl->AccessForward(); in FfiOHOSWebviewCtlAccessForward() local
180 bool access = nativeWebviewCtl->AccessBackward(); in FfiOHOSWebviewCtlAccessBackward() local
468 bool access = nativeWebviewCtl->AccessStep(step); in FfiOHOSWebviewCtlAccessStep() local
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dmcc_pool.cpp51 auto access = AccessToMcc(mcc); in ShortestMncLengthFromMcc() local
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_accessory_manager.cpp100 USBAccessory access = this->accessory; in GetAccessoryList() local
420 int32_t UsbAccessoryManager::GetAccessorySerialNumber(const USBAccessory &access, in GetAccessorySerialNumber()
H A Dusb_right_manager.cpp168 int32_t UsbRightManager::RequestRight(const USBAccessory &access, const std::string &seriaValue, in RequestRight()
360 bool UsbRightManager::GetAccessoryName(const USBAccessory &access, std::string &accessName) in GetAccessoryName()
366 bool UsbRightManager::ShowUsbDialog(const USBAccessory &access, const std::string &seriaValue, in ShowUsbDialog()
426 bool UsbRightManager::GetUserAgreementByDiag(const USBAccessory &access, const std::string &seriaVa… in GetUserAgreementByDiag()
H A Dusb_service.cpp2164 int32_t UsbService::OpenAccessory(const USBAccessory &access, int32_t &fd) in OpenAccessory()
2212 int32_t UsbService::AddAccessoryRight(const uint32_t tokenId, const USBAccessory &access) in AddAccessoryRight()
2244 int32_t UsbService::HasAccessoryRight(const USBAccessory &access, bool &result) in HasAccessoryRight()
2273 int32_t UsbService::RequestAccessoryRight(const USBAccessory &access, bool &result) in RequestAccessoryRight()
2300 int32_t UsbService::CancelAccessoryRight(const USBAccessory &access) in CancelAccessoryRight()
/ohos5.0/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
H A Dalsa_snd_capture.c67 struct AlsaSoundCard *cardIns, snd_pcm_hw_params_t *params, snd_pcm_access_t access) in SetHWParamsSub()
190 static int32_t SetHWParams(struct AlsaSoundCard *cardIns, snd_pcm_access_t access) in SetHWParams()
297 static int32_t ResetCaptureParams(struct AlsaSoundCard *cardIns, snd_pcm_access_t access) in ResetCaptureParams()
H A Dalsa_snd_render.c87 …dle, snd_pcm_hw_params_t *params, const struct AudioPcmHwParams *hwParams, snd_pcm_access_t access) in SetHWParamsSub()
156 static int32_t SetHWParams(struct AlsaSoundCard *cardIns, snd_pcm_access_t access) in SetHWParams()
265 static int32_t ResetRenderParams(struct AlsaSoundCard *cardIns, snd_pcm_access_t access) in ResetRenderParams()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/drawsurface_fuzzer/
H A Ddrawsurface_fuzzer.cpp116 uint32_t access = GetObject<uint32_t>(); in SurfaceFuzzTest002() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dacl.cpp256 void InitSandboxGroupEntry(AclXattrEntry& entry, uint32_t id, uint16_t access) in InitSandboxGroupEntry()
/ohos5.0/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_proxy.cpp1426 int32_t UsbServerProxy::OpenAccessory(const USBAccessory &access, int32_t &fd) in OpenAccessory()
1453 int32_t UsbServerProxy::AddAccessoryRight(const uint32_t tokenId, const USBAccessory &access) in AddAccessoryRight()
1478 int32_t UsbServerProxy::HasAccessoryRight(const USBAccessory &access, bool &result) in HasAccessoryRight()
1506 int32_t UsbServerProxy::RequestAccessoryRight(const USBAccessory &access, bool &result) in RequestAccessoryRight()
1532 int32_t UsbServerProxy::CancelAccessoryRight(const USBAccessory &access) in CancelAccessoryRight()

12