/foundation/filemanagement/storage_service/services/storage_daemon/client/test/ |
D | storage_daemon_client_test.cpp | 64 int32_t flags = IStorageDaemon::CRYPTO_FLAG_EL2; variable 86 int32_t flags = IStorageDaemon::CRYPTO_FLAG_EL2; variable 114 int32_t flags = IStorageDaemon::CRYPTO_FLAG_EL2; variable 136 int32_t flags = IStorageDaemon::CRYPTO_FLAG_EL2; variable 163 int32_t flags = IStorageDaemon::CRYPTO_FLAG_EL2; variable 189 int32_t flags = IStorageDaemon::CRYPTO_FLAG_EL2; variable
|
/foundation/filemanagement/storage_service/services/storage_daemon/user/test/ |
D | user_manager_test.cpp | 126 int32_t flags = IStorageDaemon::CRYPTO_FLAG_EL1 | IStorageDaemon::CRYPTO_FLAG_EL2; variable 152 int32_t flags = IStorageDaemon::CRYPTO_FLAG_EL1; variable 172 int32_t flags = IStorageDaemon::CRYPTO_FLAG_EL1 | IStorageDaemon::CRYPTO_FLAG_EL2; variable 197 int32_t flags = IStorageDaemon::CRYPTO_FLAG_EL1 | IStorageDaemon::CRYPTO_FLAG_EL2; variable 243 int32_t flags = IStorageDaemon::CRYPTO_FLAG_EL1 | IStorageDaemon::CRYPTO_FLAG_EL2; variable 287 int32_t flags = IStorageDaemon::CRYPTO_FLAG_EL1 | IStorageDaemon::CRYPTO_FLAG_EL2; variable 314 int32_t flags = IStorageDaemon::CRYPTO_FLAG_EL2; variable
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/gaussdb_rd/src/executor/document/ |
D | grd_document_api.cpp | 24 …GRD_CreateCollection(GRD_DB *db, const char *collectionName, const char *optionStr, uint32_t flags) in GRD_CreateCollection() 36 GRD_API int32_t GRD_DropCollection(GRD_DB *db, const char *collectionName, uint32_t flags) in GRD_DropCollection() 48 uint32_t flags) in GRD_UpdateDoc() 61 uint32_t flags) in GRD_UpsertDoc() 74 …int32_t GRD_InsertDoc(GRD_DB *db, const char *collectionName, const char *document, uint32_t flags) in GRD_InsertDoc() 83 …I int32_t GRD_DeleteDoc(GRD_DB *db, const char *collectionName, const char *filter, uint32_t flags) in GRD_DeleteDoc() 100 GRD_API int32_t GRD_FindDoc(GRD_DB *db, const char *collectionName, Query query, uint32_t flags, in GRD_FindDoc()
|
/foundation/window/window_manager/test/systemtest/wms/ |
D | window_subwindow_test.cpp | 64 struct Rect rect, uint32_t flags, std::string name = "") in CreateSubWindow() 88 uint32_t flags = 0; variable 113 uint32_t flags = static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_PARENT_LIMIT); variable 138 uint32_t flags = static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_PARENT_LIMIT); variable 163 uint32_t flags = static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_PARENT_LIMIT); variable 188 uint32_t flags = static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_PARENT_LIMIT); variable 249 uint32_t flags = static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_PARENT_LIMIT); variable 274 uint32_t flags = static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_PARENT_LIMIT); variable 291 uint32_t flags = static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_PARENT_LIMIT); variable 318 uint32_t flags = static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_PARENT_LIMIT); variable
|
D | window_systemsubwindow_test.cpp | 55 static sptr<Window> CreateBaseWindow(WindowType type, struct Rect rect, uint32_t flags) in CreateBaseWindow() 70 uint32_t flags, std::string name = "") in CreateAppSubWindow() 86 uint32_t flags, std::string name = "") in CreateSystemSubWindow() 118 uint32_t flags = 0; variable 171 uint32_t flags = 0; variable 202 uint32_t flags = 0; variable 230 uint32_t flags = 0; variable 254 uint32_t flags = 0; variable 281 uint32_t flags = 0; variable 316 uint32_t flags = 0; variable
|
/foundation/window/window_manager/wmserver/src/utils/ |
D | window_manager_service_utils.cpp | 21 bool WmsUtils::IsFixedOrientation(Orientation orientation, WindowMode mode, uint32_t flags) in IsFixedOrientation() 42 DisplayOrientation currentOrientation, uint32_t flags) in IsExpectedRotateLandscapeWindow() 51 DisplayOrientation currentOrientation, WindowMode mode, uint32_t flags, bool restricted) in IsExpectedRotatableWindow() 60 DisplayOrientation currentOrientation, uint32_t flags, bool restricted) in IsExpectedRotatableWindow()
|
/foundation/filemanagement/storage_service/services/storage_manager/crypto/test/ |
D | filesystem_crypto_test.cpp | 47 uint32_t flags = 2; // UserKeys type variable 70 uint32_t flags = 2; // UserKeys type variable 92 uint32_t flags = 2; // UserKeys type variable 137 uint32_t flags = 2; // UserKeys type variable 183 uint32_t flags = 2; // UserKeys type variable 229 int32_t flags = 2; // UserKeys type variable 279 int32_t flags = 2; // UserKeys type variable
|
/foundation/communication/ipc/ipc/native/src/mock/source/ |
D | hitrace_invoker.cpp | 35 bool HitraceInvoker::IsClientTraced(int32_t handle, uint32_t flags, const HiTraceId &traceId) in IsClientTraced() 41 …aceId HitraceInvoker::TraceClientSend(int32_t handle, uint32_t code, Parcel &data, uint32_t &flags, in TraceClientSend() 80 void HitraceInvoker::TraceClientReceieve(int32_t handle, uint32_t code, uint32_t flags, const HiTra… in TraceClientReceieve() 97 void HitraceInvoker::RecoveryDataAndFlag(Parcel &data, uint32_t &flags, size_t oldReadPosition, uin… in RecoveryDataAndFlag() 106 … HitraceInvoker::TraceServerReceieve(uint64_t handle, uint32_t code, Parcel &data, uint32_t &flags) in TraceServerReceieve() 138 …itraceInvoker::TraceServerSend(uint64_t handle, uint32_t code, bool isServerTraced, uint32_t flags) in TraceServerSend()
|
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/ |
D | storage_daemon_test.cpp | 102 int32_t flags = IStorageDaemon::CRYPTO_FLAG_EL1 | IStorageDaemon::CRYPTO_FLAG_EL2; variable 121 int32_t flags = IStorageDaemon::CRYPTO_FLAG_EL1; variable 140 int32_t flags = IStorageDaemon::CRYPTO_FLAG_EL1 | IStorageDaemon::CRYPTO_FLAG_EL2; variable 178 int32_t flags = IStorageDaemon::CRYPTO_FLAG_EL1 | IStorageDaemon::CRYPTO_FLAG_EL2; variable 202 int32_t flags = IStorageDaemon::CRYPTO_FLAG_EL1 | IStorageDaemon::CRYPTO_FLAG_EL2; variable 242 int32_t flags = IStorageDaemon::CRYPTO_FLAG_EL1 | IStorageDaemon::CRYPTO_FLAG_EL2; variable 265 int32_t flags = IStorageDaemon::CRYPTO_FLAG_EL1 | IStorageDaemon::CRYPTO_FLAG_EL2; variable
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/gaussdb_rd/src/executor/base/ |
D | grd_db_api.cpp | 26 GRD_API int32_t GRD_DBOpen(const char *dbPath, const char *configStr, uint32_t flags, GRD_DB **db) in GRD_DBOpen() 50 GRD_API int32_t GRD_DBClose(GRD_DB *db, uint32_t flags) in GRD_DBClose() 66 GRD_API int32_t GRD_Flush(GRD_DB *db, uint32_t flags) in GRD_Flush()
|
/foundation/ability/ability_runtime/test/unittest/pending_want_test/ |
D | pending_want_test.cpp | 174 unsigned int flags = 1; variable 196 unsigned int flags = 1; variable 220 unsigned int flags = 1; variable 244 unsigned int flags = 1; variable 272 unsigned int flags = 1; variable 290 unsigned int flags = 1; variable 308 unsigned int flags = 1; variable 324 unsigned int flags = 1; variable 340 unsigned int flags = 1; variable 358 unsigned int flags = 1; variable [all …]
|
/foundation/multimedia/player_framework/services/utils/ |
D | avdatasrcmemory.cpp | 33 int32_t size, uint32_t flags, const std::string &name) in CreateFromLocal() 43 int32_t fd, int32_t size, uint32_t flags, const std::string &name) in CreateFromRemote() 55 AVDataSrcMemory::AVDataSrcMemory(int32_t size, uint32_t flags, const std::string &name) in AVDataSrcMemory() 63 AVDataSrcMemory::AVDataSrcMemory(int32_t fd, int32_t size, uint32_t flags, const std::string &name) in AVDataSrcMemory()
|
D | avsharedmemorybase.cpp | 37 int32_t size, uint32_t flags, const std::string &name) in CreateFromLocal() 47 int32_t fd, int32_t size, uint32_t flags, const std::string &name) in CreateFromRemote() 56 AVSharedMemoryBase::AVSharedMemoryBase(int32_t size, uint32_t flags, const std::string &name) in AVSharedMemoryBase() 63 AVSharedMemoryBase::AVSharedMemoryBase(int32_t fd, int32_t size, uint32_t flags, const std::string … in AVSharedMemoryBase()
|
/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/ |
D | message_option.cpp | 19 MessageOption::MessageOption(int flags, int waitTime) {} in MessageOption() 21 void MessageOption::SetFlags(int flags) in SetFlags()
|
/foundation/communication/ipc/ipc/native/src/core/source/ |
D | message_option.cpp | 20 MessageOption::MessageOption(int flags, int waitTime) : flags_(static_cast<uint32_t>(flags)), waitT… in MessageOption() 21 void MessageOption::SetFlags(int flags) in SetFlags()
|
/foundation/distributeddatamgr/distributedfile/interfaces/kits/js/src/mod_fileio/properties/ |
D | open.cpp | 32 int AdaptToAbi(int &flags) in AdaptToAbi() 78 int flags = O_RDONLY; in Sync() local 122 static UniError DoOpenExec(const std::string& path, const int flags, const int mode, shared_ptr<int… in DoOpenExec() 150 int flags = O_RDONLY; in Async() local
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
D | bundle_map.cpp | 133 void BundleMap::GetCopyBundleInfo(uint32_t flags, const BundleInfo *bundleInfo, BundleInfo &newBund… in GetCopyBundleInfo() 174 uint8_t BundleMap::GetBundleInfos(int32_t flags, BundleInfo **bundleInfos, int32_t *len) const in GetBundleInfos() 218 uint8_t BundleMap::GetBundleInfosNoReplication(int32_t flags, BundleInfo **bundleInfos, int32_t *le… in GetBundleInfosNoReplication() 251 uint8_t BundleMap::GetBundleInfo(const char *bundleName, int32_t flags, BundleInfo &bundleInfo) con… in GetBundleInfo()
|
/foundation/filemanagement/storage_service/services/storage_manager/storage_daemon_communication/test/ |
D | storage_daemon_communication_test.cpp | 332 int32_t flags = 3; variable 358 int32_t flags = 3; variable 386 int32_t flags = 3; variable 414 int32_t flags = 3; variable 450 int32_t flags = 3; variable
|
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/slite/ |
D | bundle_manager.cpp | 35 uint8_t GetBundleInfo(const char *bundleName, int32_t flags, BundleInfo *bundleInfo) in GetBundleInfo() 40 uint8_t GetBundleInfos(const int flags, BundleInfo **bundleInfos, int32_t *len) in GetBundleInfos()
|
/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/ |
D | panding_want_manager_test.cpp | 139 int32_t flags = FLAG_ONE_SHOT; in GetAbility() local 158 int32_t flags = (int32_t)FLAG_ONE_SHOT; in GetAbilities() local 183 int32_t flags = FLAG_ONE_SHOT; in GetService() local 203 int32_t flags = FLAG_ONE_SHOT; in GetForegroundService() local 222 int32_t flags = FLAG_ONE_SHOT; in GetCommonEvent() local 240 std::vector<WantAgentConstant::Flags>& flags, std::vector<std::shared_ptr<AAFwk::Want>> wants) in MakeWantAgentInfo() 264 std::vector<WantAgentConstant::Flags> flags; variable 319 std::vector<WantAgentConstant::Flags> flags; variable 390 std::vector<WantAgentConstant::Flags> flags; variable
|
/foundation/ability/ability_runtime/test/unittest/free_install_manager_test/ |
D | mock_bundle_manager.h | 45 bool QueryAbilityInfo(const Want& want, int32_t flags, int32_t userId, AbilityInfo& abilityInfo, in QueryAbilityInfo() 63 virtual bool ImplicitQueryInfoByPriority(const Want& want, int32_t flags, int32_t userId, in ImplicitQueryInfoByPriority() 97 virtual bool ImplicitQueryInfoByPriority(const Want& want, int32_t flags, int32_t userId, in ImplicitQueryInfoByPriority()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
D | open.cpp | 49 unsigned int flags = O_RDONLY; in Sync() local 92 static UniError DoOpenExec(const std::string& path, const unsigned int flags, const int32_t mode, in DoOpenExec() 122 unsigned int flags = O_RDONLY; in Async() local
|
/foundation/ability/ability_runtime/test/unittest/want_agent_info_test/ |
D | want_agent_info_test.cpp | 111 std::vector<WantAgentConstant::Flags> flags; variable 145 std::vector<WantAgentConstant::Flags> flags; variable 192 std::vector<WantAgentConstant::Flags> flags; variable 218 std::vector<WantAgentConstant::Flags> flags; variable 244 std::vector<WantAgentConstant::Flags> flags; variable 270 std::vector<WantAgentConstant::Flags> flags; variable 297 std::vector<WantAgentConstant::Flags> flags; variable
|
/foundation/communication/ipc/ipc/native/src/napi/src/ |
D | napi_message_option.cpp | 37 int flags = option->GetFlags(); in NapiOhosRpcMessageOptionGetFlags() local 57 int32_t flags = 0; in NapiOhosRpcMessageOptionSetFlags() local 80 int flags = option->GetFlags(); in NapiOhosRpcMessageOptionIsAsync() local 100 bool flags = false; in NapiOhosRpcMessageOptionSetAsync() local 123 int flags = option->GetWaitTime(); in NapiOhosRpcMessageOptionGetWaittime() local 162 int flags = 0; in NAPIMessageOption_JS_Constructor() local
|
/foundation/filemanagement/storage_service/services/storage_manager/client/ |
D | storage_manager_client.cpp | 42 int32_t StorageManagerClient::PrepareAddUser(uint32_t userId, uint32_t flags) in PrepareAddUser() 53 int32_t StorageManagerClient::RemoveUser(uint32_t userId, uint32_t flags) in RemoveUser() 64 int32_t StorageManagerClient::GenerateUserKeys(uint32_t userId, uint32_t flags) in GenerateUserKeys()
|