/ohos5.0/commonlibrary/c_utils/docs/zh-cn/ |
H A D | c-utils-guide-parcel.md | 44 | bool | **ReadBool**() | 45 | bool | **ReadBool**(bool& value) | 46 | bool | **ReadBoolUnaligned**() | 47 | bool | **ReadBoolVector**(std::vector< bool >* val) | 54 | bool | **ReadFloat**(float& value) | 105 | bool | **WriteBool**(bool value) | 106 | bool | **WriteBoolUnaligned**(bool value) | 107 | bool | **WriteBoolVector**(const std::vector< bool >& val) | 205 bool booltest; 218 bool result = false; [all …]
|
H A D | c-utils-guide-file.md | 19 | int | **CountStrInFile**(const std::string& fileName, const std::string& subStr, bool caseSensiti… 20 | bool | **FileExists**(const std::string& fileName)<br>检查指定文件是否存在。 | 21 | bool | **LoadBufferFromFile**(const std::string& filePath, std::vector< char >& content)<br>从指定文件… 22 | bool | **LoadStringFromFd**(int fd, std::string& content)<br>通过文件对应的文件描述符,从中读取全部字符串存入输入`std::stri… 23 | bool | **LoadStringFromFile**(const std::string& filePath, std::string& content)<br>从指定文件中读出全部字符串… 24 | bool | **SaveBufferToFile**(const std::string& filePath, const std::vector< char >& content, bool… 25 | bool | **SaveStringToFd**(int fd, const std::string& content)<br>通过文件对应的文件描述符,向其写入字符串。 | 26 | bool | **SaveStringToFile**(const std::string& filePath, const std::string& content, bool truncat… 27 | bool | **StringExistsInFile**(const std::string& fileName, const std::string& subStr, bool caseSe…
|
H A D | c_utils_guide_rust_file.md | 18 | i32 | **RustCountStrInFile**(fileName: &String, subStr: &String, caseSensitive: bool)<br>查看指定文件中出… 19 | bool | **RustFileExists**(fileName: &String)<br>检查指定文件是否存在。 | 20 | bool | **RustLoadBufferFromFile**(filePath: &String, content:&mut Vec<c_char>)<br>从指定文件中读出数据,存入输入… 21 | bool | **RustLoadStringFromFd**(fd: i32, content: &mut String)<br>通过文件对应的文件描述符,从中读取全部字符串存入输入`Stri… 22 | bool | **RustLoadStringFromFile**(filePath: &String, content: &mut String)<br>从指定文件中读出全部字符串存入输入`S… 23 | bool | **RustSaveBufferToFile**(filePath: &String, content:&Vec<c_char>, truncated: bool)<br>向指定文… 24 | bool | **RustSaveStringToFd**(fd: i32, content: &String)<br>通过文件对应的文件描述符,向其写入字符串。 | 25 | bool | **RustSaveStringToFile**(filePath: &String, content: &String, truncated: bool)<br>将字符串写入指定… 26 | bool | **RustStringExistsInFile**(fileName: &String, subStr: &String, caseSensitive: bool)<br>检查指…
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/c_target/wlan/wpa/v1_0/ |
H A D | wpa_types.h.txt | 393 void HdiFeatureInfoFree(struct HdiFeatureInfo *dataBlock, bool freeSelf); 399 void HdiWifiStatusFree(struct HdiWifiStatus *dataBlock, bool freeSelf); 411 void HdiWifiWpsParamFree(struct HdiWifiWpsParam *dataBlock, bool freeSelf); 417 void HdiWpaCmdStatusFree(struct HdiWpaCmdStatus *dataBlock, bool freeSelf); 429 void HdiWpaConnectParamFree(struct HdiWpaConnectParam *dataBlock, bool freeSelf); 471 void HdiP2pNetworkInfoFree(struct HdiP2pNetworkInfo *dataBlock, bool freeSelf); 477 void HdiP2pNetworkListFree(struct HdiP2pNetworkList *dataBlock, bool freeSelf); 483 void HdiP2pDeviceInfoFree(struct HdiP2pDeviceInfo *dataBlock, bool freeSelf); 489 void HdiP2pServiceInfoFree(struct HdiP2pServiceInfo *dataBlock, bool freeSelf); 495 void HdiP2pReqServiceFree(struct HdiP2pReqService *dataBlock, bool freeSelf); [all …]
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/cpp_target/nnrt/v1_0/ |
H A D | node_attr_types.h.txt | 61 bool approximate; 71 bool keepDims; 72 bool outMaxValue; 82 bool global; 141 bool hasBias; 142 bool useAxis; 165 bool transposeA; 166 bool transposeB; 179 bool global; 212 bool keepDims; [all …]
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/cpp_target/nnrt/v2_0/ |
H A D | node_attr_types.h.txt | 61 bool approximate; 71 bool keepDims; 72 bool outMaxValue; 82 bool global; 141 bool hasBias; 142 bool useAxis; 165 bool transposeA; 166 bool transposeB; 180 bool global; 213 bool keepDims; [all …]
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/c_target/wlan/v1_1/ |
H A D | wlan_types.h.txt | 176 bool isHidden; 211 void HdfFeatureInfoFree(struct HdfFeatureInfo *dataBlock, bool freeSelf); 217 void HdfStaInfoFree(struct HdfStaInfo *dataBlock, bool freeSelf); 229 void HdfWifiScanFree(struct HdfWifiScan *dataBlock, bool freeSelf); 235 void HdfNetDeviceInfoFree(struct HdfNetDeviceInfo *dataBlock, bool freeSelf); 265 void HdfWifiInfoFree(struct HdfWifiInfo *dataBlock, bool freeSelf); 271 void MeasChannelParamFree(struct MeasChannelParam *dataBlock, bool freeSelf); 289 void WifiStationInfoFree(struct WifiStationInfo *dataBlock, bool freeSelf); 301 void PnoNetworkFree(struct PnoNetwork *dataBlock, bool freeSelf); 307 void PnoSettingsFree(struct PnoSettings *dataBlock, bool freeSelf); [all …]
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/c_target/wlan/v1_2/ |
H A D | wlan_types.h.txt | 176 bool isHidden; 211 void HdfFeatureInfoFree(struct HdfFeatureInfo *dataBlock, bool freeSelf); 217 void HdfStaInfoFree(struct HdfStaInfo *dataBlock, bool freeSelf); 229 void HdfWifiScanFree(struct HdfWifiScan *dataBlock, bool freeSelf); 235 void HdfNetDeviceInfoFree(struct HdfNetDeviceInfo *dataBlock, bool freeSelf); 265 void HdfWifiInfoFree(struct HdfWifiInfo *dataBlock, bool freeSelf); 271 void MeasChannelParamFree(struct MeasChannelParam *dataBlock, bool freeSelf); 289 void WifiStationInfoFree(struct WifiStationInfo *dataBlock, bool freeSelf); 301 void PnoNetworkFree(struct PnoNetwork *dataBlock, bool freeSelf); 307 void PnoSettingsFree(struct PnoSettings *dataBlock, bool freeSelf); [all …]
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/ |
H A D | types.h.txt | 277 bool isRoaming; 284 bool modemCognitive; 285 bool roamingAllowed; 286 bool isRoaming; 327 bool flag; 607 bool isNrAvailable; 608 bool isEnDcAvailable; 609 bool isDcNrRestricted; 918 bool result; 1124 bool NrRssiBlockUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::Ril::V1_1::NrRssi& dataBlock); [all …]
|
/ohos5.0/build/tools/component_tools/ |
H A D | kconfig | 57 bool "napi" 121 bool "huks" 149 bool "selinux" 195 bool "init" 218 bool "hilog" 401 bool "zidl" 440 bool "ipc" 491 bool "samgr" 498 bool "safwk" 630 bool "hdc" [all …]
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/audio_v1_0/c_target/audio/v1_0/ |
H A D | audio_types.h.txt | 295 bool interleaved; 301 bool isBigEndian; 302 bool isSignedData; 325 bool hardwareMode; 399 void AudioPortFree(struct AudioPort *dataBlock, bool freeSelf); 435 void AudioTimeStampFree(struct AudioTimeStamp *dataBlock, bool freeSelf); 459 void AudioDevExtInfoFree(struct AudioDevExtInfo *dataBlock, bool freeSelf); 477 void AudioInfoFree(struct AudioInfo *dataBlock, bool freeSelf); 483 void AudioRouteNodeFree(struct AudioRouteNode *dataBlock, bool freeSelf); 489 void AudioRouteFree(struct AudioRoute *dataBlock, bool freeSelf); [all …]
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/audio_v2_0/c_target/audio/v2_0/ |
H A D | audio_types.h.txt | 303 bool interleaved; 310 bool isBigEndian; 311 bool isSignedData; 334 bool hardwareMode; 408 void AudioPortFree(struct AudioPort *dataBlock, bool freeSelf); 444 void AudioTimeStampFree(struct AudioTimeStamp *dataBlock, bool freeSelf); 468 void AudioDevExtInfoFree(struct AudioDevExtInfo *dataBlock, bool freeSelf); 486 void AudioInfoFree(struct AudioInfo *dataBlock, bool freeSelf); 492 void AudioRouteNodeFree(struct AudioRouteNode *dataBlock, bool freeSelf); 498 void AudioRouteFree(struct AudioRoute *dataBlock, bool freeSelf); [all …]
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/cpp_target/ril/v1_0/ |
H A D | types.h.txt | 270 bool isRoaming; 277 bool modemCognitive; 278 bool roamingAllowed; 279 bool isRoaming; 320 bool flag; 600 bool isNrAvailable; 601 bool isEnDcAvailable; 602 bool isDcNrRestricted; 881 bool result; 1083 bool NrRssiBlockUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::Ril::V1_0::NrRssi& dataBlock); [all …]
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/c_target/wlan/v1_0/ |
H A D | wlan_types.h.txt | 155 void HdfFeatureInfoFree(struct HdfFeatureInfo *dataBlock, bool freeSelf); 159 bool HdfStaInfoBlockUnmarshalling(struct HdfSBuf *data, struct HdfStaInfo *dataBlock); 161 void HdfStaInfoFree(struct HdfStaInfo *dataBlock, bool freeSelf); 173 void HdfWifiScanFree(struct HdfWifiScan *dataBlock, bool freeSelf); 179 void HdfNetDeviceInfoFree(struct HdfNetDeviceInfo *dataBlock, bool freeSelf); 191 void HdfWifiScanResultFree(struct HdfWifiScanResult *dataBlock, bool freeSelf); 197 void HdfWifiInfoFree(struct HdfWifiInfo *dataBlock, bool freeSelf); 203 void MeasChannelParamFree(struct MeasChannelParam *dataBlock, bool freeSelf); 209 void MeasChannelResultFree(struct MeasChannelResult *dataBlock, bool freeSelf); 221 void WifiStationInfoFree(struct WifiStationInfo *dataBlock, bool freeSelf); [all …]
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/ |
H A D | wrapper.rs | 56 -> bool; in ReadBuffer() 61 ) -> bool; in WriteRemoteObject() argument 71 fn WriteBool(self: Pin<&mut Parcel>, mut value: bool) -> bool; in WriteBool() argument 86 fn ReadBool(self: Pin<&mut Parcel>, v: &mut bool) -> bool; in ReadBool() argument 122 fn WriteBoolVector(parcel: Pin<&mut Parcel>, val: &[bool]) -> bool; in WriteBoolVector() argument 136 fn ReadBoolVector(parcel: Pin<&mut Parcel>, v: &mut Vec<bool>) -> bool; in ReadBoolVector() argument 167 impl Process for bool { implementation 604 assert!(msg.read::<bool>().unwrap()); in primitive() 607 assert!(!msg.read::<bool>().unwrap()); in primitive() 719 assert!(msg.read::<bool>().unwrap()); in primitive_bunch() [all …]
|
/ohos5.0/commonlibrary/c_utils/base/src/rust/ |
H A D | file_ex.rs | 24 pub fn RustLoadStringFromFile(filePath: &String, content: &mut String) -> bool; in RustLoadStringFromFile() argument 27 pub fn RustSaveStringToFile(filePath: &String, content: &String, truncated: bool) -> bool; in RustSaveStringToFile() argument 30 pub fn RustLoadStringFromFd(fd: i32, content: &mut String) -> bool; in RustLoadStringFromFd() argument 33 pub fn RustSaveStringToFd(fd: i32, content: &String) -> bool; in RustSaveStringToFd() argument 36 pub fn RustLoadBufferFromFile(filePath: &String, content: &mut Vec<c_char>) -> bool; in RustLoadBufferFromFile() argument 42 truncated: bool, in RustSaveBufferToFile() argument 43 ) -> bool; in RustSaveBufferToFile() argument 46 pub fn RustFileExists(fileName: &String) -> bool; in RustFileExists() argument 52 caseSensitive: bool, in RustStringExistsInFile() argument 53 ) -> bool; in RustStringExistsInFile() argument [all …]
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/ |
H A D | select.rs | 171 random = $bool:expr; 212 let random = $bool; 276 ( { random = $bool:expr; $($t:tt)* } ) => { 277 $crate::select!({ random = $bool; $($t)*; panic!("select!: All the branches failed.") }) 280 ( { random = $bool:expr; $($t:tt)* } else => $else:expr $(,)?) => { 281 $crate::select!({ random = $bool; $($t)*; $else }) 290 …( { random = $bool:expr; ( $s:expr, $($_n:tt)* ) $($t:tt)* } $p:pat = $f:expr => $h:block, $($r:tt… 300 …( { random = $bool:expr; ( $s:expr, $($_n:tt)* ) $($t:tt)* } $p:pat = $f:expr => $h:block $($r:tt)… 317 …$crate::select!({ random = $bool; ( $s + 1, $($_n)*_ ) $($t)* ($s, $($_n)*) $p = $f, if $c => $h, … 322 ( { random = $bool:expr; ( $s:expr, $($_n:tt)* ) $($t:tt)* } $p:pat = $f:expr => $h:expr ) => { [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/ |
H A D | _ark_web___cookie_manager_a_p_i.md | 21 …rcode)(\* [fetchCookieSync](#fetchcookiesync) )(const char \*url, bool incognito, bool includeHttp… 22 …(#configcookiesync) )(const char \*url, const char \*cookieValue, bool incognito, bool includeHttp… 23 | bool(\* [existCookies](#existcookies) )(bool incognito) | 检查Cookie是否存在。 | 24 | void(\* [clearAllCookiesSync](#clearallcookiessync) )(bool incognito) | 清除所有cookies。 | 34 void(* ArkWeb_CookieManagerAPI::clearAllCookiesSync) (bool incognito) 50 …API::configCookieSync) (const char *url, const char *cookieValue, bool incognito, bool includeHttp… 73 bool(* ArkWeb_CookieManagerAPI::existCookies) (bool incognito) 93 ArkWeb_ErrorCode(* ArkWeb_CookieManagerAPI::fetchCookieSync) (const char *url, bool incognito, bool…
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/ |
H A D | Kconfig | 2 bool "Enable HDF platform driver" 9 bool "Enable HDF platform mipi dsi driver" 16 bool "Enable HDF platform mipi csi driver" 23 bool "Enable HDF platform gpio driver" 30 bool "Enable HDF platform i2c driver" 51 bool "Enable HDF platform pwm driver" 57 bool "Enable HDF platform uart driver" 77 bool "Enable HDF platform mmc driver" 84 bool "Enable HDF platform spi driver" 91 bool "Enable HDF platform rtc driver" [all …]
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_2/cpp_target/user_auth/v1_2/ |
H A D | user_auth_types.h.txt | 207 bool ExecutorInfoBlockMarshalling(OHOS::MessageParcel &data, const OHOS::HDI::UserAuth::V1_2::Execu… 209 bool ExecutorInfoBlockUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::UserAuth::V1_2::ExecutorI… 213 bool ScheduleInfoBlockUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::UserAuth::V1_2::ScheduleI… 217 bool AuthSolutionBlockUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::UserAuth::V1_2::AuthSolut… 231 bool EnrollParamBlockMarshalling(OHOS::MessageParcel &data, const OHOS::HDI::UserAuth::V1_2::Enroll… 233 bool EnrollParamBlockUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::UserAuth::V1_2::EnrollPara… 241 bool EnrolledInfoBlockUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::UserAuth::V1_2::EnrolledI… 251 bool UserInfoBlockMarshalling(OHOS::MessageParcel &data, const OHOS::HDI::UserAuth::V1_2::UserInfo&… 253 bool UserInfoBlockUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::UserAuth::V1_2::UserInfo& dat… 255 bool ExtUserInfoBlockMarshalling(OHOS::MessageParcel &data, const OHOS::HDI::UserAuth::V1_2::ExtUse… [all …]
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/sensor/ |
H A D | Kconfig | 13 bool "Enable HDF sensor driver" 20 bool "Enable HDF accel sensor driver" 26 bool "Enable HDF accel bmi160 sensor driver" 38 bool "Enable HDF ppg sensor driver" 50 bool "Enable HDF als sensor driver" 56 bool "Enable HDF als bh1745 sensor driver" 68 bool "Enable HDF gravity sensor driver" 74 bool "Enable HDF gyro sensor driver" 86 bool "Enable HDF pedometer sensor driver" 110 bool "Enable HDF hall sensor driver" [all …]
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/cpp_target/display/composer/v1_0/ |
H A D | display_composer_type.h.txt | 309 bool supportWriteBack; 330 bool enGlobalAlpha; 331 bool enPixelAlpha; 350 bool bYCbCrClut; 351 bool bAlphaMax255; 352 bool bAlphaExt1555; 381 bool enGlobalAlpha; 383 bool enPixelAlpha; 386 bool enableRop; 389 bool enableScale; [all …]
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/distributed_audio_audio_v1_0/cpp_target/distributed_audio/audio/v1_0/ |
H A D | audio_types.h.txt | 288 bool interleaved; 294 bool isBigEndian; 295 bool isSignedData; 317 bool hardwareMode; 379 bool AudioPortBlockMarshalling(OHOS::MessageParcel &data, const OHOS::HDI::DistributedAudio::Audio:… 381 bool AudioPortBlockUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::DistributedAudio::Audio::V1_… 427 bool AudioInfoBlockMarshalling(OHOS::MessageParcel &data, const OHOS::HDI::DistributedAudio::Audio:… 429 bool AudioInfoBlockUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::DistributedAudio::Audio::V1_… 435 bool AudioRouteBlockMarshalling(OHOS::MessageParcel &data, const OHOS::HDI::DistributedAudio::Audio… 437 bool AudioRouteBlockUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::DistributedAudio::Audio::V1… [all …]
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/hdi_all_type_test_003/c_target/foo/v1_0/ |
H A D | types.h.txt | 58 bool data1; 59 bool* data2; 135 bool FooInfoBlockMarshalling(struct HdfSBuf *data, const struct FooInfo *dataBlock); 137 bool FooInfoBlockUnmarshalling(struct HdfSBuf *data, struct FooInfo *dataBlock); 139 void FooInfoFree(struct FooInfo *dataBlock, bool freeSelf); 151 void AudioSceneDescriptorFree(struct AudioSceneDescriptor *dataBlock, bool freeSelf); 153 bool RGBColorBlockMarshalling(struct HdfSBuf *data, const struct RGBColor *dataBlock); 155 bool RGBColorBlockUnmarshalling(struct HdfSBuf *data, struct RGBColor *dataBlock); 157 void RGBColorFree(struct RGBColor *dataBlock, bool freeSelf); 161 bool WRGBColorBlockUnmarshalling(struct HdfSBuf *data, struct WRGBColor *dataBlock); [all …]
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/hdi_all_type_test_004/c_target/foo/v1_0/ |
H A D | types.h.txt | 58 bool data1; 59 bool* data2; 135 bool FooInfoBlockMarshalling(struct HdfSBuf *data, const struct FooInfo *dataBlock); 137 bool FooInfoBlockUnmarshalling(struct HdfSBuf *data, struct FooInfo *dataBlock); 139 void FooInfoFree(struct FooInfo *dataBlock, bool freeSelf); 151 void AudioSceneDescriptorFree(struct AudioSceneDescriptor *dataBlock, bool freeSelf); 153 bool RGBColorBlockMarshalling(struct HdfSBuf *data, const struct RGBColor *dataBlock); 155 bool RGBColorBlockUnmarshalling(struct HdfSBuf *data, struct RGBColor *dataBlock); 157 void RGBColorFree(struct RGBColor *dataBlock, bool freeSelf); 161 bool WRGBColorBlockUnmarshalling(struct HdfSBuf *data, struct WRGBColor *dataBlock); [all …]
|