Home
last modified time | relevance | path

Searched refs:ParseFlags (Results 1 - 4 of 4) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dopen.cpp107 static bool ParseFlags(napi_env env, const NFuncArg& funcArg, unsigned int& flags) in ParseFlags() function
134 if (!ParseFlags(env, funcArg, flags)) { in Async()
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/
H A Dwant_agent_helper.h195 static std::vector<WantAgentConstant::Flags> ParseFlags(nlohmann::json jsonObject);
/foundation/ability/ability_runtime/test/unittest/want_agent_helper_test/
H A Dwant_agent_helper_test.cpp767 * @tc.name : WantAgentHelper ParseFlags
768 * @tc.desc : 1.ParseFlags Check ParseFlags
776 flagsVec = WantAgentHelper::ParseFlags(jsonObject); in HWTEST_F()
781 flagsVec = WantAgentHelper::ParseFlags(jsonObject); in HWTEST_F()
788 flagsVec = WantAgentHelper::ParseFlags(jsonObject); in HWTEST_F()
795 flagsVec = WantAgentHelper::ParseFlags(jsonObject); in HWTEST_F()
802 flagsVec = WantAgentHelper::ParseFlags(jsonObject); in HWTEST_F()
809 flagsVec = WantAgentHelper::ParseFlags(jsonObject); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dwant_agent_helper.cpp398 std::vector<WantAgentConstant::Flags> flagsVec = ParseFlags(jsonObject); in FromString()
426 std::vector<WantAgentConstant::Flags> WantAgentHelper::ParseFlags(nlohmann::json jsonObject) in ParseFlags() function in OHOS::AbilityRuntime::WantAgent::WantAgentHelper

Completed in 6 milliseconds